From a796f0a1381632560b6251a93466957319065966 Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 27 Mar 2018 16:38:11 -0500 Subject: Removed ~/.mill before running mill test. --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index e353b6a6..693bd85e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,6 +36,7 @@ build_script: C:\%MSYS2_DIR%\usr\bin\bash -lc "curl -Lo /usr/local/bin/mill %MILL_URL%" && C:\%MSYS2_DIR%\usr\bin\bash -lc 'chmod +x /usr/local/bin/mill' && C:\%MSYS2_DIR%\usr\bin\bash -lc "cd /c/mill && mill -i all __.publishLocal release" && + rd /s /q %USERPROFILE%\.mill && C:\%MSYS2_DIR%\usr\bin\bash -lc "cd /c/mill && out/release/dest/mill -i all main.test scalajslib.test") - if [%COMPILER%]==[cygwin] ( SET "PATH=%JAVA_HOME%\bin;C:\%CYGWIN_DIR%\bin;C:\%CYGWIN_DIR%\usr\bin;%PATH%" && -- cgit v1.2.3