From ab5ca0693e500a3f9ce988c0061e1888f0c3dc36 Mon Sep 17 00:00:00 2001 From: Joseph Davies Date: Thu, 24 Jun 2021 19:06:52 -0700 Subject: Fix broken automated builds. Replaces Travis-CI and AppVeyor scripts with Github Actions workflow. --- scripts/travis.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/travis.sh (limited to 'scripts/travis.sh') 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 -- cgit v1.2.3