mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 05:10:08 +00:00
09e758b9e5
aaargh, trial-and-error appveyor scripting
10 lines
150 B
YAML
10 lines
150 B
YAML
build:
|
|
project: build3/vs2010/0_Bullet3Solution.sln
|
|
|
|
before_build:
|
|
- echo %CD%
|
|
- ps: cd build3
|
|
- echo %CD%
|
|
- premake4 vs2010
|
|
- ps: cd ..
|