Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans authored Sep 11, 2016
1 parent 055ea49 commit 6a9d2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ build:
project: build3/vs2010/0_Bullet3Solution.sln

build_script:
- mkdir cmake
- cd cmake
- mkdir cm
- cd cm
- cmake .. -G"Visual Studio 14 2015 Win64"
- cmake --build . --target ALL_BUILD --config Release -- /maxcpucount:4 /verbosity:quiet

Expand Down

0 comments on commit 6a9d2d6

Please sign in to comment.