urbit/.travis.yml

57 lines
1.3 KiB
YAML
Raw Normal View History

2019-12-12 06:59:45 +03:00
jobs:
include:
- os: linux
language: nix
nix: 2.1.3
env: STACK_YAML=pkg/hs/stack.yaml
2019-12-12 09:40:57 +03:00
before_install:
- git lfs pull
- sh/travis-install-stack
install:
2019-12-12 10:24:10 +03:00
- nix-env -iA cachix -f https://cachix.org/api/v1/install
- stack --no-terminal --install-ghc build urbit-king --only-dependencies
2019-12-12 06:59:45 +03:00
script:
- cachix use urbit2
2019-12-12 10:47:54 +03:00
- ./sh/cachix
- make build
2019-12-12 10:47:54 +03:00
- make release
- sh/release-king-linux64-dynamic
2019-12-12 10:47:54 +03:00
- sh/ci-tests
2019-12-12 07:08:54 +03:00
2019-12-12 06:59:45 +03:00
- os: osx
language: generic
sudo: required
env: STACK_YAML=pkg/hs/stack.yaml
2019-12-12 08:43:23 +03:00
before_install:
- sh/travis-install-stack
install:
- stack --no-terminal --install-ghc build urbit-king --only-dependencies
2019-12-12 08:43:23 +03:00
2019-12-12 06:59:45 +03:00
script:
- sh/release-king-darwin-dynamic
2019-12-12 06:38:01 +03:00
2019-12-11 08:19:07 +03:00
cache:
directories:
- $HOME/.ghc
- $HOME/.cabal
- $HOME/.stack
- $TRAVIS_BUILD_DIR/.stack-work
2019-12-11 10:39:52 +03:00
deploy:
- skip_cleanup: true
provider: gcs
access_key_id: GOOGTADOPP55X5ZTH3IKAXQW
secret_access_key:
secure: rSPif0VHX3Q3QpWM9iUt/Z9sicCY8ABuwVFPeT3YUnAAmSXM46PIHKieoGs79kx9IelFyQsM8xS0XWyt4S/haR7VaTJY+zHJjf0AnA1sr5ZIV70t3K0SXzq4+E1ffOZRiC0VmHatPz10wjaIpHxpjcROqQV4M1dBCq2H/rpccIE=
bucket: bootstrap.urbit.org
local-dir: release/
acl: public-read
on:
condition: "-d release/"
repo: urbit/urbit
all_branches: true