summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-09-10 17:59:30 (GMT)
committerGitHub <noreply@github.com>2018-09-10 17:59:30 (GMT)
commitf8c353715a69341f9e4658cd59e750a0adf6bd5d (patch)
tree7658b15c59a7f70a5de1f524c39e6d53a79c27ee /appveyor.yml
parent03c6f500926fd46d44768ecf2a7b464f8d710ef0 (diff)
downloadDoxygen-f8c353715a69341f9e4658cd59e750a0adf6bd5d.zip
Doxygen-f8c353715a69341f9e4658cd59e750a0adf6bd5d.tar.gz
Doxygen-f8c353715a69341f9e4658cd59e750a0adf6bd5d.tar.bz2
Update appveyor.yml
Re-enabled vc2017, disabled debug build and building docs & tests until made working reliably
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 05e726c..06a1d76 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,8 +1,8 @@
-image: Visual Studio 2015
+image: Visual Studio 2017
configuration:
- Release
- - Debug
+# - Debug
platform:
- x64
@@ -11,7 +11,7 @@ platform:
environment:
# VS VERSION IN CMAKE STYLE
matrix:
-# - VSVERSION: "15 2017", disabled until it starts working
+ - VSVERSION: "15 2017"
- VSVERSION: "14 2015"
init:
@@ -42,7 +42,7 @@ build:
project: "build\\PACKAGE.vcxproj"
parallel: false
-test_script:
- - msbuild "testing\tests.vcxproj" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- - cmake -G "%CMAKE_GENERATOR_NAME%" -D build_doc=ON ..
- - msbuild "doc\docs.vcxproj" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
+#test_script:
+# - msbuild "testing\tests.vcxproj" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
+# - cmake -G "%CMAKE_GENERATOR_NAME%" -D build_doc=ON ..
+# - msbuild "doc\docs.vcxproj" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"