mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
commit
2ffa1689b0
11
.appveyor.yml
Normal file
11
.appveyor.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '{build}'
|
||||
platform:
|
||||
- x64
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
build_script:
|
||||
- cd "%APPVEYOR_BUILD_FOLDER%"
|
||||
- msbuild .\update\build\win32\update.vcxproj
|
||||
- msbuild .\standalone\build\win32\Tracy.vcxproj
|
||||
- msbuild .\capture\build\win32\capture.vcxproj
|
||||
test: off
|
Loading…
Reference in New Issue
Block a user