Skip to content
Snippets Groups Projects
Commit fcbdfed2 authored by David Thompson's avatar David Thompson
Browse files

Try building on appveyor.

parent 0e4d1348
No related branches found
No related tags found
No related merge requests found
clone_depth: 16
cache:
- cmake-inst
environment:
matrix:
- GENERATOR: "Visual Studio 10 2010"
VS_VERSION: "10.0"
- GENERATOR: "Ninja"
VS_VERSION: "10.0"
platform:
- x86
configuration:
- Release
install:
- cinst: ninja cmake
build_script:
- cmd: set PATH=C:\Program Files (x86)\CMake\bin;%PATH%
- cmd: call "C:/Program Files (x86)/Microsoft Visual Studio %VS_VERSION%/Common7/Tools/vsvars32.bat"
- cmd: cmake --version
- cmd: mkdir build
- cmd: cd build
- cmd: cmake .. -Wdev --warn-uninitialized -G"%GENERATOR%" -D"VegaFEM_BUILD_MODEL_REDUCTION:BOOL=OFF" -D"VegaFEM_ENABLE_PTHREADS_SUPPORT:BOOL=OFF"
- cmd: cmake --build .
test_script:
# - cmd: ctest -C Debug --output-on-failure
- cmd: cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment