mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 21:33:41 +03:00
How about now?
This commit is contained in:
parent
2fd0af0d71
commit
1bae15bc6b
15
.travis.yml
15
.travis.yml
@ -7,6 +7,7 @@ jobs:
|
||||
nix: 2.1.3
|
||||
install:
|
||||
- nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
- stack --no-terminal --install-ghc build king --only-dependencies
|
||||
|
||||
script:
|
||||
- cachix use urbit2
|
||||
@ -17,10 +18,18 @@ jobs:
|
||||
|
||||
before_install:
|
||||
- git lfs pull
|
||||
- sh/travis-install-stack
|
||||
|
||||
- os: osx
|
||||
language: generic
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- sh/travis-install-stack
|
||||
|
||||
install:
|
||||
- stack --no-terminal --install-ghc build king --only-dependencies
|
||||
|
||||
script:
|
||||
- ver="$(git rev-parse HEAD)"
|
||||
- if [ -n "${TRAVIS_COMMIT-}" ]; then ver="$TRAVIS_COMMIT"; fi
|
||||
@ -37,12 +46,6 @@ cache:
|
||||
- $HOME/.stack
|
||||
- $TRAVIS_BUILD_DIR/.stack-work
|
||||
|
||||
before_install:
|
||||
- sh/travis-install-stack
|
||||
|
||||
install:
|
||||
- stack --no-terminal --install-ghc build king --only-dependencies
|
||||
|
||||
deploy:
|
||||
- skip_cleanup: true
|
||||
provider: gcs
|
||||
|
Loading…
Reference in New Issue
Block a user