Add target command lne option
This commit is contained in:
parent
7055e7dbc0
commit
8b817ac3f6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
working-directory: ${{github.workspace}}/build
|
||||
shell: bash
|
||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||
run: cmake --build . --config $BUILD_TYPE Attorney_Online
|
||||
run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
|
||||
|
||||
- name: Strip
|
||||
working-directory: ${{github.workspace}}/build
|
||||
|
Loading…
Reference in New Issue
Block a user