Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
Guess we need one long line.
  • Loading branch information
rpavlik committed May 14, 2019
1 parent 22d847b commit 93cd6c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,5 @@ install:
build_script:
- cmd: >-
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\%VCVARS%.bat" &&
cmake -GNinja -Bbuild -H. \
-DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake \
-DBUILD_TESTING=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DPYTHON_EXECUTABLE=C:/Python37-x64/python.exe \
-DCMAKE_PREFIX_PATH=C:/Libraries/boost_%BOOST_VER%;C:/Tools/vcpkg/installed/%VCPKG_PLATFORM%;C:/projects \
-DVCPKG_TARGET_TRIPLET=%VCPKG_PLATFORM% &&
cmake -GNinja -Bbuild -H. -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=C:/Python37-x64/python.exe -DCMAKE_PREFIX_PATH=C:/Libraries/boost_%BOOST_VER%;C:/Tools/vcpkg/installed/%VCPKG_PLATFORM%;C:/projects -DVCPKG_TARGET_TRIPLET=%VCPKG_PLATFORM% &&
ninja -C build

0 comments on commit 93cd6c2

Please sign in to comment.