summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar jonas <himself@jonasgunz.de> 2019-01-29 16:49:35 +0100
committerGravatar jonas <himself@jonasgunz.de> 2019-01-29 16:49:35 +0100
commitcf5bf15232c19dda330f7ccab7737f828460f001 (patch)
tree08210c5391d78a98dfb3c9d59ad018ecd331414e /.travis.yml
parentda2b8fc6673076d3fc600d275f5e5c8e95b54cac (diff)
downloadtermgl-cf5bf15232c19dda330f7ccab7737f828460f001.tar.gz
Makefile now creates dynamic library Package
main.cpp is now test.cpp and contains a test routine. Build with make test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 338aebd..c51e18b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,2 @@
language: cpp
-script: make
+script: make && make test