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 /appveyor.yml | |
parent | 82ab2d304ef5e6933cf6622721f086a1f4731e80 (diff) |
Fix broken automated builds.
Replaces Travis-CI and AppVeyor scripts with Github Actions workflow.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 10 |
1 files changed, 0 insertions, 10 deletions
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 - |