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

add CI for import-fuchsia

This commit is contained in:
Simon Cruanes
2023-12-28 17:47:21 -05:00
parent c4b644ecf8
commit 7769f23c76
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -25,6 +25,8 @@ jobs:
run: make -j`nproc` -C csvexport/build/unix debug release
- name: Import-chrome utility
run: make -j`nproc` -C import-chrome/build/unix debug release
- name: Import-fuchsia utility
run: make -j`nproc` -C import-fuchsia/build/unix debug release
- name: Library
run: make -j`nproc` -C library/unix debug release
- name: Library (meson)