Skip to content

Commit 1ec407c

Browse files
committed
Travis files
1 parent 618667c commit 1ec407c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
script: ./travis-ci.sh
2+
dist: focal
3+
language: cpp
4+
addons:
5+
apt:
6+
packages:
7+
- python3-setuptools
8+
- libtinfo5
9+
cache:
10+
directories:
11+
- $HOME/.cache/bazel/

travis-ci.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
set -ev
4+
5+
./tools/bazel build //:target

0 commit comments

Comments
 (0)