Skip to content

Commit

Permalink
try fixing build on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Mar 14, 2019
1 parent 2b4f1d7 commit 4d815b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ build_script:
# Windows only
- cmd: set VCPKG_DEFAULT_TRIPLET=x64-windows
- cmd: cmake .. -DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DCMAKE_POLICY_DEFAULT_CMP0074=NEW -DHDF5_ROOT="C:/Tools/vcpkg/installed/x64-windows" -DHDF5_INCLUDE_DIRS="C:/Tools/vcpkg/installed/x64-windows/include" -DHDF5_LIBRARIES="hdf5::hdf5-shared" -DHDF5_HL_LIBRARIES="hdf5::hdf5_hl-shared"
- cmd: cmake --build . --target ALL_BUILD
- cmd: cmake --build . --target ALL_BUILD --config Release
- cmd: set PATH=%PATH%;%cd%\bin;%cd%\bin\Release;%cd%\bin\Debug
- cmd: echo %PATH%
# - cmd: cd ..
Expand All @@ -83,8 +83,8 @@ build_script:
- cmd: mkdir build
- cmd: cd build
- cmd: cmake -DTESTS=ON .. -DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DCMAKE_POLICY_DEFAULT_CMP0074=NEW -DHDF5_ROOT="C:/Tools/vcpkg/installed/x64-windows" -DHDF5_INCLUDE_DIRS="C:/Tools/vcpkg/installed/x64-windows/include" -DHDF5_LIBRARIES="hdf5::hdf5-shared" -DHDF5_HL_LIBRARIES="hdf5::hdf5_hl-shared"
- cmd: cmake --build . --target ALL_BUILD
- cmd: cmake --build . --target RUN_TESTS
- cmd: cmake --build . --target ALL_BUILD --config Release
- cmd: cmake --build . --target RUN_TESTS --config Release
# Linux only
# build without tests
- sh: cmake ..
Expand Down

0 comments on commit 4d815b3

Please sign in to comment.