diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-05 00:28:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-05 00:35:11 +0300 |
commit | d9bde81d2e10565955734c63a97ee43fde32899b (patch) | |
tree | 8644f98c1230f3bd49853cd4902bd081d0e4bc4a | |
parent | stress_test.sh: fix a typo (diff) | |
download | math-server-d9bde81d2e10565955734c63a97ee43fde32899b.tar.gz math-server-d9bde81d2e10565955734c63a97ee43fde32899b.zip |
AppVeyor: only Debug on Win32
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 7789d5d..d7b398f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,6 +19,11 @@ configuration: matrix: fast_finish: true + # On Win32, only build Debug to speed things up: + exclude: + - platform: Win32 + configuration: Release + install: - git submodule update --init --recursive @@ -40,7 +45,7 @@ test_script: - '"%install_dir%\bin\math-server-benchmarks.exe"' for: -# Only build Release builds for master to speed things up: +# Build Release on master only to speed things up: - branches: except: - master |