forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (25 loc) · 705 Bytes
/
Copy path.travis.yml
File metadata and controls
26 lines (25 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Allow sudo for running apt-get.
sudo: required
language: cpp
compiler:
- clang
jdk:
- oraclejdk8
before_script:
- .travis/setup-env.sh
script:
- jdk_switcher use oraclejdk8
- ./compile.sh
before_deploy:
- .travis/prepare-for-deploy.sh
# Upload to Google Cloud Storage.
deploy:
provider: gcs
access_key_id: GOOGK4FOMGQU2NF2FMEG
# This is encrypted, see docs.travis-ci.com/user/deployment/gcs/.
secret_access_key:
secure: KXlQaKk1G527mZ7hC+m8rblBZrOWQJr6uPX9M5S3XpSAehBDBQ26/pwvDutbQBolsvUfd+WgsXU28JINk89B1qA4HpNax0ucveM5C1K4mC5fR5EmtCThV4MDsmirzfVmAxUMOXowUjpyYX39+f+Yy2Y6GHhftIe9WaueCYJyg0I=
bucket: bucket-o-bazel
local_dir: output
acl: public-read
skip_cleanup: true