From cf5bf15232c19dda330f7ccab7737f828460f001 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 29 Jan 2019 16:49:35 +0100 Subject: Makefile now creates dynamic library Package main.cpp is now test.cpp and contains a test routine. Build with make test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3