2
0
mirror of https://github.com/boostorg/hof.git synced 2026-01-31 20:22:11 +00:00

Merge branch 'examples' of https://github.com/pfultz2/Fit into examples

This commit is contained in:
Paul
2016-02-25 07:45:07 -08:00

View File

@@ -28,7 +28,8 @@ build_script:
- cmd: python setup.py
- cmd: mkdir build
- cmd: cd build
- cmd: cmake .. -G"%GENERATOR%" -DFIT_HAS_GENERIC_LAMBDA=1
- cmd: SET CXXFLAGS=/DFIT_HAS_GENERIC_LAMBDA=1
- cmd: cmake .. -G"%GENERATOR%"
- cmd: cmake --build . --config %CONFIG% --target check
# test_script: