diff options
author | jonas <himself@jonasgunz.de> | 2019-01-29 16:49:35 +0100 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2019-01-29 16:49:35 +0100 |
commit | cf5bf15232c19dda330f7ccab7737f828460f001 (patch) | |
tree | 08210c5391d78a98dfb3c9d59ad018ecd331414e /.travis.yml | |
parent | da2b8fc6673076d3fc600d275f5e5c8e95b54cac (diff) | |
download | termgl-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.yml | 2 |
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 |