Skip to content

Commit

Permalink
Run cmake install with correct configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xycaleth committed Jun 25, 2017
1 parent 96c2f73 commit a1290e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1290e0

Please sign in to comment.