diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis-ci.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh new file mode 100755 index 0000000..a5ea97f --- /dev/null +++ b/scripts/travis-ci.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +qmake +make +cd tests +cmake . +make +ctest |