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