Skip to content

Commit

Permalink
cicd cmake编译
Browse files Browse the repository at this point in the history
  • Loading branch information
home committed May 2, 2024
1 parent ce4fd9e commit 4327a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

- name: 使用cmake编译
run: /usr/bin/cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/clang -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++ -S/root/_PROJECT/MyRTC/ZRTC -B/root/_PROJECT/MyRTC/ZRTC/build -G "Unix Makefiles"
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
Expand Down

0 comments on commit 4327a60

Please sign in to comment.