We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14d7aa commit 78bdaa4Copy full SHA for 78bdaa4
.travis.yml
@@ -0,0 +1,5 @@
1
+dist: bionic
2
+language: cpp
3
+jobs:
4
+ include:
5
+ - script: cpp/build-and-test.sh
cpp/build-and-test.sh
@@ -13,5 +13,3 @@ docker run -it \
13
${FQDN_IMAGE} \
14
bash -c "cd /stage; make ${TARGETS} && make zip && ./bin/test"
15
16
-
17
0 commit comments