1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Rename "standalone" to "profiler".

This commit is contained in:
Bartosz Taudul
2018-08-07 22:26:37 +02:00
parent 8d053b5179
commit a54191cb3c
22 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ image:
- Ubuntu
build_script:
- cmd: msbuild .\update\build\win32\update.vcxproj
- cmd: msbuild .\standalone\build\win32\Tracy.vcxproj
- cmd: msbuild .\profiler\build\win32\Tracy.vcxproj
- cmd: msbuild .\capture\build\win32\capture.vcxproj
- sh: sudo apt-get update && sudo apt-get -y install libglfw3-dev libgtk2.0-dev
- sh: make -C update/build/unix debug release
- sh: make -C standalone/build/unix debug release
- sh: make -C profiler/build/unix debug release
- sh: make -C capture/build/unix debug release
test: off