[openjk] 109/130: Delete use of CMAKE_BUILD_TYPE from appveyor.yml
Simon McVittie
smcv at debian.org
Fri Oct 28 11:09:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository openjk.
commit c0f6ba665f2466d1a29b475e423134a03a5659d6
Author: Alex Lo <alex at acslo.com>
Date: Wed Oct 19 19:37:08 2016 +0100
Delete use of CMAKE_BUILD_TYPE from appveyor.yml
---
appveyor.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index 4b48b96..62a112e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -48,12 +48,12 @@ before_build:
- cmd: cd %APPVEYOR_BUILD_FOLDER%
#- set #debug: view all environment variables
- cmd: if "%Platform%"=="x64" set "CMAKE_GENERATOR=%CMAKE_GENERATOR% Win64"
- - cmd: echo "Generator='%CMAKE_GENERATOR%', CMAKE_BUILD_TYPE='%CMAKE_BUILD_TYPE%'"
+ - cmd: echo "Generator='%CMAKE_GENERATOR%'"
- cmd: echo "Platform='%Platform%'"
- cmd: if exist build rmdir /q /s build #remove build dir
- mkdir build
- cmd: cd build
- - cmd: cmake -G "%CMAKE_GENERATOR%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "%APPVEYOR_BUILD_FOLDER%"
+ - cmd: cmake -G "%CMAKE_GENERATOR%" "%APPVEYOR_BUILD_FOLDER%"
- cmd: ls
build:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git
More information about the Pkg-games-commits
mailing list