summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-xother/travis/toxcore-script4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index 1c6bea75..f82fd978 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -44,4 +44,6 @@ if $RUN_TESTS; then
44 TESTS $MAX_TEST_RETRIES $MAKE -C$BUILD_DIR -j$NPROC test ARGS="-j50 --rerun-failed" CTEST_OUTPUT_ON_FAILURE="$CTEST_OUTPUT_ON_FAILURE" 44 TESTS $MAX_TEST_RETRIES $MAKE -C$BUILD_DIR -j$NPROC test ARGS="-j50 --rerun-failed" CTEST_OUTPUT_ON_FAILURE="$CTEST_OUTPUT_ON_FAILURE"
45fi 45fi
46 46
47other/astyle/format-source . $ASTYLE 47if [ -f "$ASTYLE" ]; then
48 other/astyle/format-source . $ASTYLE
49fi