Skip to content

Commit

Permalink
Debug info...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymoteusz Blazejczyk committed Feb 18, 2017
1 parent 2d02a68 commit 306bfb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Expand Up @@ -8,7 +8,8 @@ environment:
build_script:
- mkdir build
- cd build
- cmake -DTESTS=ON -DEXAMPLES=ON -G "Visual Studio 14 2015 %VS_GEN%" ..
- cmake -DTESTS=ON -DEXAMPLES=ON .. -G "Visual Studio 14 2015 %VS_GEN%"
- dir
- msbuild all.sln /p:Configuration=%Configuration%;Platform=%arch% /maxcpucount
- ctest
- cd ..

0 comments on commit 306bfb7

Please sign in to comment.