Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
try some additional things
  • Loading branch information
cooljeanius committed Nov 10, 2023
1 parent 30695ff commit feb4c9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ install:
- ps: $SPIDERMONKEY_HOME = "$pwd/jsshell"
- ps: $env:CHAKRACORE_HOME = "$pwd/chakra-core/x64_release"
- ps: $CHAKRACORE_HOME = "$pwd/chakra-core/x64_release"
- cmd: set PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;%PATH%
- cmd: appveyor DownloadFile "https://raw.githubusercontent.com/swig/cccl/master/cccl"
- cmd: call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %PLATFORM%
- cmd: appveyor-retry pacman -Syuu --needed --noconfirm --noprogressbar --ask=127
- cmd: appveyor-retry pacman -S --noconfirm clojure leiningen
- cmd: bash -cvx "if test -x \"$(which choco)\"; then choco install leiningen; elif test -x \"$(which scoop)\"; then (scoop bucket add main && scoop install main/leiningen); fi

test_script:
- cmd: bash -cvx "lein test || lein test-all || mvn test || mvn test-compile || mvn generate-test-sources || mvn process-test-sources || mvn generate-test-resources || mvn process-test-resources || mvn process-test-classes || mvn pre-integration-test || mvn integration-test || mvn post-integration-test || mvn verify || lein check || lein check-all || lein compile || lein javac || lein retest"
Expand Down

0 comments on commit feb4c9d

Please sign in to comment.