mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Setup linux CI build.
This commit is contained in:
parent
9291a88020
commit
3c1c7cb624
@ -3,9 +3,12 @@ platform:
|
||||
- x64
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
- Ubuntu
|
||||
build_script:
|
||||
- cd "%APPVEYOR_BUILD_FOLDER%"
|
||||
- msbuild .\update\build\win32\update.vcxproj
|
||||
- msbuild .\standalone\build\win32\Tracy.vcxproj
|
||||
- msbuild .\capture\build\win32\capture.vcxproj
|
||||
- cmd: msbuild .\update\build\win32\update.vcxproj
|
||||
- cmd: msbuild .\standalone\build\win32\Tracy.vcxproj
|
||||
- cmd: msbuild .\capture\build\win32\capture.vcxproj
|
||||
- sh: make -C update/build/unix debug release
|
||||
- sh: make -C standalone/build/unix debug release
|
||||
- sh: make -C capture/build/unix debug release
|
||||
test: off
|
||||
|
Loading…
Reference in New Issue
Block a user