summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCroydon <cr0ydon@outlook.com>2019-01-06 10:28:50 (GMT)
committerCroydon <cr0ydon@outlook.com>2019-01-06 10:28:50 (GMT)
commita012da2ca206bd3937ef74a63f9fb2e85ec14b88 (patch)
tree5b8b9ebcd29e13a6357b8922640d724e8a6e42a4
parent467176064fcf17788df760304dc73bd774eba452 (diff)
downloadDoxygen-a012da2ca206bd3937ef74a63f9fb2e85ec14b88.zip
Doxygen-a012da2ca206bd3937ef74a63f9fb2e85ec14b88.tar.gz
Doxygen-a012da2ca206bd3937ef74a63f9fb2e85ec14b88.tar.bz2
AppVeyor: Remove needless CMake generation at the end
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 61cb2e8..0cea036 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,5 +55,4 @@ test_script:
- msbuild "testing\tests.vcxproj" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
# Disabled building document due to unreliable MikTeX installation
# - cmake -G "%CMAKE_GENERATOR_NAME%" -D build_doc=ON ..
- - cmake -G "%CMAKE_GENERATOR_NAME%" ..
# - msbuild "doc\docs.vcxproj" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"