Skip to content

Commit

Permalink
Add linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble committed Jan 30, 2024
1 parent 04cbfc7 commit 5d2c919
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ jobs:
build:
strategy:
matrix:
## no Linux stanza in build-cmd.sh
os: [windows-2022, macos-11] ##, ubuntu-22.04]
os: [windows-2022, macos-11, ubuntu-22.04]
addrsize: ["64"]
## include:
## - os: windows-2022
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ vcpkg/*
/**/__pycache__/**
extra/vswhere.exe
extra/tracy-build
stage/
tmp/
CMakeCache.txt
tracy/CMakeFiles/
tracy/Makefile
tracy/cmake_install.cmake
tracy/*.a
21 changes: 21 additions & 0 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,27 @@
<key>name</key>
<string>linux</string>
</map>
<key>linux64</key>
<map>
<key>build_directory</key>
<string>stage</string>
<key>configurations</key>
<map>
<key>default</key>
<map>
<key>default</key>
<boolean>true</boolean>
<key>name</key>
<string>default</string>
</map>
</map>
<key>manifest</key>
<array>
<string>lib/release/libTracyClient.a</string>
</array>
<key>name</key>
<string>linux64</string>
</map>
<key>windows</key>
<map>
<key>build_directory</key>
Expand Down

0 comments on commit 5d2c919

Please sign in to comment.