Merge remote-tracking branch 'bp/master'
This commit is contained in:
@@ -9,6 +9,7 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python3
|
- python3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "CXX="$CXX
|
- echo "CXX="$CXX
|
||||||
- echo "CC="$CC
|
- echo "CC="$CC
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ build:
|
|||||||
project: build3/vs2010/0_Bullet3Solution.sln
|
project: build3/vs2010/0_Bullet3Solution.sln
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- mkdir cmake
|
- mkdir cm
|
||||||
- cd cmake
|
- cd cm
|
||||||
- cmake .. -G"Visual Studio 14 2015 Win64"
|
- cmake .. -G"Visual Studio 14 2015 Win64"
|
||||||
- cmake --build . --target ALL_BUILD --config Release -- /maxcpucount:4 /verbosity:quiet
|
- cmake --build . --target ALL_BUILD --config Release -- /maxcpucount:4 /verbosity:quiet
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user