Skip to content

Commit

Permalink
feat: macosx/linux ci增加quick_start项目编译
Browse files Browse the repository at this point in the history
  • Loading branch information
lailongwei committed Jan 1, 2025
1 parent 7736d14 commit a045c26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
make test config=debug64 -j4
make test config=release64 -j4
- name: Compile quick_start
run: |
make quick_start config=debug64 -j4
make quick_start config=release64 -j4
- name: Compile pyllbc lib code
run: |
make py_wrap config=debug64 -j4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
run: |
make test config=release64 -j4
- name: Compile quick_start
run: |
make quick_start config=release64 -j4
- name: Build all target by cmake
run: |
mkdir cmake_build
Expand Down

0 comments on commit a045c26

Please sign in to comment.