This commit is contained in:
SANO Masatoshi 2019-06-10 17:40:28 +08:00
parent 4a6a7e7b5b
commit 5e2d438ba9
2 changed files with 4 additions and 4 deletions

View file

@ -46,11 +46,11 @@ matrix:
env: METHOD=ci LISP=sbcl-bin
- sudo: required
os: linux
env: ROSWELL_BRANCH=release ROSWELL_INSTALL_DIR=$HOME/usr/local METHOD=ci LISP=sbcl-bin
env: ROSWELL_BRANCH=release ROSWELL_INSTALL_DIR=/usr/local METHOD=ci LISP=sbcl-bin
- os: osx
env: ROSWELL_BRANCH=release ROSWELL_INSTALL_DIR=$HOME/usr/local METHOD=ci LISP=sbcl-bin
env: ROSWELL_BRANCH=release ROSWELL_INSTALL_DIR=/usr/local METHOD=ci LISP=sbcl-bin
- os: windows
env: ROSWELL_BRANCH=release ROSWELL_INSTALL_DIR=$HOME/usr/local METHOD=ci LISP=sbcl-bin
env: ROSWELL_BRANCH=release ROSWELL_INSTALL_DIR=/usr/local METHOD=ci LISP=sbcl-bin
#branches:

View file

@ -113,7 +113,7 @@ fi
install_roswell_bin () {
if uname -s | grep -e MSYS_NT >/dev/null; then
if [ $ROSWELL_BRANCH = release ]; then
curl -L https://github.com/roswell/roswell/releases/download/v$ROSWELL_RELEASE_VERSION/roswell_$ROSWELL_RELEASE_VERSION_amd64.zip \
curl -L https://github.com/roswell/roswell/releases/download/v$ROSWELL_RELEASE_VERSION/roswell_$(ROSWELL_RELEASE_VERSION)_amd64.zip \
--output /tmp/roswell.zip
else
curl -L "https://ci.appveyor.com/api/projects/snmsts/roswell-en89n/artifacts/Roswell-x86_64.zip?branch=master&job=Environment%3A%20MSYS2_ARCH%3Dx86_64,%20MSYS2_BITS%3D64,%20MSYSTEM%3DMINGW64,%20METHOD%3Dcross" \