mirror of
https://github.com/google/nomulus.git
synced 2025-07-26 04:28:34 +02:00
Added .travis.yml file.
This commit is contained in:
parent
ae2c1071f1
commit
dc5c0fa33b
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- wget
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- wget https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-installer-linux-x86_64.sh
|
||||||
|
- chmod 755 bazel-0.17.1-installer-linux-x86_64.sh
|
||||||
|
- sudo ./bazel-0.17.1-installer-linux-x86_64.sh
|
||||||
|
|
||||||
|
script:
|
||||||
|
- bazel build ...
|
Loading…
Add table
Add a link
Reference in a new issue