aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/travis.sh
diff options
context:
space:
mode:
authorJoseph Davies <deledrius@gmail.com>2021-06-24 19:06:52 -0700
committerAlec Thomas <alec@swapoff.org>2021-06-25 19:05:28 +1000
commitab5ca0693e500a3f9ce988c0061e1888f0c3dc36 (patch)
tree4b91a13834098823b36a36c2551af8a63aefa6ce /scripts/travis.sh
parent82ab2d304ef5e6933cf6622721f086a1f4731e80 (diff)
Fix broken automated builds.
Replaces Travis-CI and AppVeyor scripts with Github Actions workflow.
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-xscripts/travis.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh
deleted file mode 100755
index c8b2a17..0000000
--- a/scripts/travis.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash -e
-
-cmake -DCMAKE_BUILD_TYPE=Debug -DENTITYX_BUILD_TESTING=1
-make VERBOSE=1
-make test || cat Testing/Temporary/LastTest.log