Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
oops, looks like I left off some closing quotes
  • Loading branch information
cooljeanius committed Nov 10, 2023
1 parent 3f06f61 commit 01765ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ install:
- 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: bash -cvx "if test -x \"$(which appveyor-retry 2>/dev/null)\" && test -x \"$(which pacman)\" && test -n \"$(ls m*.db*)\"; then (appveyor-retry pacman -Syuu --needed --noconfirm --noprogressbar --ask=127) && (appveyor-retry pacman -S --noconfirm clojure leiningen); fi
- cmd: bash -cvx "if test -x \"$(which choco)\"; then (choco update || choco upgrade); (choco install leiningen || choco install --pre leiningen); elif test -x \"$(which scoop)\"; then (scoop bucket add main && scoop install main/leiningen); fi
- cmd: bash -cvx "if (test ! -e \"$(which lein 2>/dev/null)\" || test ! -x \"$(which lein)\") && test -x \"$(which scoop 2>/dev/null)\"; then (scoop bucket add main && scoop install main/leiningen); fi
- cmd: bash -cvx "if test -x \"$(which appveyor-retry 2>/dev/null)\" && test -x \"$(which pacman)\" && test -n \"$(ls m*.db*)\"; then (appveyor-retry pacman -Syuu --needed --noconfirm --noprogressbar --ask=127) && (appveyor-retry pacman -S --noconfirm clojure leiningen); fi"
- cmd: bash -cvx "if test -x \"$(which choco)\"; then (choco update || choco upgrade); (choco install leiningen || choco install --pre leiningen); elif test -x \"$(which scoop)\"; then (scoop bucket add main && scoop install main/leiningen); fi"
- cmd: bash -cvx "if (test ! -e \"$(which lein 2>/dev/null)\" || test ! -x \"$(which lein)\") && test -x \"$(which scoop 2>/dev/null)\"; then (scoop bucket add main && scoop install main/leiningen); fi"

test_script:
- cmd: set PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;%PATH%
Expand Down

0 comments on commit 01765ac

Please sign in to comment.