-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #527 from chuckatkins/use-ninja-on-appveyor
Use ninja on AppVeyor for faster builds
- Loading branch information
Showing
3 changed files
with
43 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
scripts/appveyor/av_visual-studio-2015.cmake → scripts/appveyor/appveyor_ninja.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# Client maintainer: [email protected] | ||
set(CTEST_SITE "AppVeyor") | ||
set(CTEST_BUILD_CONFIGURATION Release) | ||
set(CTEST_CMAKE_GENERATOR "Visual Studio 14 2015 Win64") | ||
set(CTEST_CMAKE_GENERATOR "Ninja") | ||
set(CTEST_TEST_ARGS PARALLEL_LEVEL 4) | ||
|
||
message("av_visual-studio-2015.cmake, CTEST_BUILD_NAME=${CTEST_BUILD_NAME}, push build notes is ADIOS_CTEST_SUBMIT_NOTES=${ADIOS_CTEST_SUBMIT_NOTES}") | ||
|
||
set(dashboard_model Experimental) | ||
set(dashboard_binary_name "build_visual-studio") | ||
set(dashboard_binary_name "build_ninja") | ||
set(dashboard_track "Continuous Integration") | ||
|
||
set(CTEST_GIT_COMMAND "git.exe") | ||
|
This file was deleted.
Oops, something went wrong.