Add target command lne option

This commit is contained in:
Skye Deving 2021-01-09 12:11:04 -06:00
parent 7055e7dbc0
commit 8b817ac3f6

View File

@ -73,7 +73,7 @@ jobs:
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
shell: bash shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>" # 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 - name: Strip
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build