You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- version: 0.9.{build}
-
- platform: x64
- configuration: Release
-
- before_build:
- - echo running cmake...
- - cd test
- - cmake -G "Visual Studio 12 Win64" -Bbuild -H..
-
- build:
- parallel: true
- project: C:\projects\tinyexr\test\build\tinyexr.sln
|