Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Mar 13, 2017
1 parent 8349da8 commit 019d16c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ before_build:

build_script:
- mkdir build
- mkdir build\bin
- mkdir build\bin\Release
- cd build
#- cmd: 'echo local_settings: > cppan.yml'
#- cmd: 'echo generator: %generator% >> cppan.yml'
#- cmd: 'echo use_shared_libs: true >> cppan.yml'
#- cppan --build ..
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1
- cmake --build . --config Release
- cmake --build . --config Release > build\bin\Release\log.txt 2>&1

artifacts:
- path: build\bin\Release
Expand Down

0 comments on commit 019d16c

Please sign in to comment.