From 3724ce8e8e8098d52e330474563c5482d3276575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 4 Dec 2012 23:00:56 +0100 Subject: [PATCH] Travis: Add testing of matchcompiler --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 28a0fa43e..44d0dbfec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,6 @@ script: - make test - $CXX -o cppcheck -O2 cli/*.cpp lib/*.cpp -Ilib - ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test + - mkdir build + - make LIBDIR=build test +