summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorRobby <robby@santoslab.org>2018-03-16 11:04:33 -0500
committerGitHub <noreply@github.com>2018-03-16 11:04:33 -0500
commit43d23037c7f0d659ff6ad5e78dc71cfd3ed083ec (patch)
tree3233c8e6270ed7552e35599e1e354887a0e41b45 /.appveyor.yml
parent712f331d24d0934cd9c653a12be7e47e1fff1f5d (diff)
downloadmill-43d23037c7f0d659ff6ad5e78dc71cfd3ed083ec.tar.gz
mill-43d23037c7f0d659ff6ad5e78dc71cfd3ed083ec.tar.bz2
mill-43d23037c7f0d659ff6ad5e78dc71cfd3ed083ec.zip
Test mill (client/server) non-interactive on Windows and set jna.nosys=true as default (#229)
* If unspecified, set the jna.nosys property to true on non-interactive (client/server) mode. * Run publishLocal and release (interactive) on AppVeyor and use the resulting mill to test mill (non-interactive).
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 73ca0542..4af291c0 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,7 +30,8 @@ cache:
install:
- cmd: SET PATH=%JAVA_HOME%\bin;C:\bin;C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%
- cmd: java -version
- - bash -lc "mkdir /c/bin && curl -Lo /c/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.6/0.1.6"
+ - bash -lc "mkdir /c/bin && curl -Lo /c/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.6/0.1.6-2-712f33"
build_script:
- - bash -lc "cd /c/mill && mill -i all main.test scalajslib.test"
+ - bash -lc "cd /c/mill && mill -i all __.publishLocal release"
+ - bash -lc "cd /c/mill && out/release/dest/mill all main.test scalajslib.test" \ No newline at end of file