Update AppVeyor script to build case-uco.

This commit is contained in:
esaunders 2020-07-14 21:32:13 -04:00
parent feee716e35
commit 86882d22a2

View File

@ -42,6 +42,9 @@ build_script:
- ps: ant -version - ps: ant -version
- cmd: ant dist - cmd: ant dist
- ps: popd - ps: popd
- ps: pushd case-uco/java
- cmd: ant -q
- ps: popd
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- cmd: ant -q build - cmd: ant -q build