Travis CI integration

This commit is contained in:
Enno Rehling 2014-10-14 21:52:58 +02:00
parent 788659594e
commit 6e268687db
2 changed files with 6 additions and 1 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
compiler:
- gcc
- clang
script: make && make test

View File

@ -3,7 +3,7 @@
CFLAGS += -Wall -g CFLAGS += -Wall -g
INCLUDES = -I. INCLUDES = -I.
all: test all: bin/CuTestTest
bin: bin:
mkdir -p $@ mkdir -p $@