aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 13dd852..8a65188 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,18 +3,14 @@ version: '{build}'
platform:
- x86
- x64
-
configuration:
- Release
-
environment:
CTEST_OUTPUT_ON_FAILURE: ON
install:
- choco install -y yasm
-
before_build:
- cmake .
-
build_script:
- cmake --build . --config %CONFIGURATION%