Script for kicking off Travis CI

vector-concat
Marius Kintel 2013-05-13 17:04:54 -04:00
parent 1f6c61d9ce
commit cc1688cab8
2 changed files with 9 additions and 1 deletions

View File

@ -10,4 +10,4 @@ branches:
only:
- travis
script: echo "Success"
script: ./scripts/travis-ci.sh

8
scripts/travis-ci.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
qmake
make
cd tests
cmake .
make
ctest