From ab5ca0693e500a3f9ce988c0061e1888f0c3dc36 Mon Sep 17 00:00:00 2001 From: Joseph Davies <deledrius@gmail.com> Date: Thu, 24 Jun 2021 19:06:52 -0700 Subject: Fix broken automated builds. Replaces Travis-CI and AppVeyor scripts with Github Actions workflow. --- appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 313ca18..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 1.0.{build} -image: Visual Studio 2015 CTP 6 -build_script: -- cmd: >- - cmake -DENTITYX_BUILD_TESTING=1 -DENTITYX_BUILD_SHARED=0 - - cmake --build . --target ALL_BUILD --config Release - - cmake --build . --target RUN_TESTS --config Release - -- cgit v1.2.3