mirror of
https://github.com/google/nomulus
synced 2026-09-05 23:57:01 +00:00
Added .travis.yml file.
This commit is contained in:
+14
@@ -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