aboutsummaryrefslogtreecommitdiffstats
path: root/lib/entityx/scripts/travis.sh
blob: c8b2a176b929c2d5c6ce14559efc0e2493eed7ff (plain)
1
2
3
4
5
#!/bin/bash -e

cmake -DCMAKE_BUILD_TYPE=Debug -DENTITYX_BUILD_TESTING=1
make VERBOSE=1
make test || cat Testing/Temporary/LastTest.log