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 <a...@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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to