diff options
author | Joseph Davies <deledrius@gmail.com> | 2021-06-24 19:06:52 -0700 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2021-06-25 19:05:28 +1000 |
commit | ab5ca0693e500a3f9ce988c0061e1888f0c3dc36 (patch) | |
tree | 4b91a13834098823b36a36c2551af8a63aefa6ce /scripts/travis.sh | |
parent | 82ab2d304ef5e6933cf6622721f086a1f4731e80 (diff) |
Fix broken automated builds.
Replaces Travis-CI and AppVeyor scripts with Github Actions workflow.
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-x | scripts/travis.sh | 5 |
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 |