Skip to content

Commit

Permalink
Merge pull request #392 from psavery/appveyor-use-ninja-build
Browse files Browse the repository at this point in the history
AppVeyor: Use ninja for the build
  • Loading branch information
ghutchis authored Sep 27, 2018
2 parents 7fb04e8 + 6eeae1b commit 86321ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ init:
environment:
PATH: '%PATH%;%QTDIR%\bin'
matrix:
- CMAKE_GENERATOR: '"Visual Studio 15 2017 Win64"'
- CMAKE_GENERATOR: '"Ninja"'
QTDIR: C:\Qt\5.6\msvc2015_64
platform: x64
build_script:
Expand All @@ -29,6 +29,10 @@ build_script:
cd openchemistry-build
choco install ninja
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
cmake -G %CMAKE_GENERATOR% ../openchemistry
cmake --build . --target avogadrolibs --config Release -- /verbosity:detailed
cmake --build . --target avogadrolibs --config Release

0 comments on commit 86321ef

Please sign in to comment.