blob: c8eeb51406b7795ec3fcb0d6d1dcc62fe00dbfef [file] [log] [blame] [raw]
sudo: false
language: node_js
before_install:
- etc/scripts/travis.sh
node_js:
- "8"
before_script:
- export PATH=$PATH:$PWD/.travis-compilers/ghc/bin
- export PATH=$PATH:$PWD/.travis-compilers/gdc/x86_64-pc-linux-gnu/bin
- export PATH=$PATH:$PWD/.travis-compilers/rust/bin
cache:
directories:
- .travis-compilers
script:
- npm test
- make travis-dist
deploy:
on:
all_branches:
true
provider: s3
bucket: "compiler-explorer"
skip_cleanup: true
acl: public_read
local_dir: out/dist-bin
upload-dir: dist/travis/${TRAVIS_BRANCH}