mirror of
https://github.com/google/nomulus
synced 2026-02-05 04:21:07 +00:00
Added .travis.yml file.
This commit is contained in:
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 ...
|
||||
Reference in New Issue
Block a user