[openjk] 10/19: Run cmake install with correct configuration

Simon McVittie smcv at debian.org
Sat Aug 5 10:52:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit a1290e0363d6c5bfbca46fcc1ae835c4f885b987
Author: Xycaleth <alex at acslo.com>
Date:   Sun Jun 25 10:05:16 2017 +0100

    Run cmake install with correct configuration
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index df077c6..e0b9601 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,7 +55,7 @@ build:
   verbosity: normal
 
 after_build:
-  - cmake --build . --target INSTALL
+  - cmake --build . --target INSTALL --config %CONFIGURATION%
   - cd %APPVEYOR_BUILD_FOLDER%
   - 7z a %ARTIFACT_FILE% %APPVEYOR_BUILD_FOLDER%/build/install/JediAcademy/*
   - 7z l %ARTIFACT_FILE% # list files in the zip file

-- 
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