aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-11-07 13:55:36 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-27 11:26:38 +0100
commit4dd64d37dbd9f7fe8b14f020531b493fe782d225 (patch)
tree0443c06e90e37e332ef0d5208bd4deddf250e2c4 /appveyor.yml
parentb270ad686075e5579dc3826fafdc324ea339785c (diff)
Fix #5998: AppVeyor package building is currently failing
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 92fc629b3..82f354c2e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,13 +10,13 @@ image:
environment:
CYGMIRROR: http://ftp.inf.tu-dresden.de/software/windows/cygwin32
matrix:
- - USEOPAM: true
- ARCH: 64
+# - USEOPAM: true
+# ARCH: 64
# Comment out until issue #5998 is fixed.
# - USEOPAM: false
# ARCH: 32
-# - USEOPAM: false
-# ARCH: 64
+ - USEOPAM: false
+ ARCH: 64
build_script:
- cmd: 'call %APPVEYOR_BUILD_FOLDER%\dev\ci\appveyor.bat'