Files
DarkRP2D/external/entityx-1.1.2/scripts/travis.sh
2018-05-10 23:36:35 +02:00

6 lines
136 B
Bash

#!/bin/bash -e
cmake -DCMAKE_BUILD_TYPE=Debug -DENTITYX_BUILD_TESTING=1
make VERBOSE=1
make test || cat Testing/Temporary/LastTest.log