mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 08:15:35 +00:00
add -t to linux workflow
This commit is contained in:
parent
c455d4855c
commit
303da19f48
4
.github/workflows/cmake-linux.yml
vendored
4
.github/workflows/cmake-linux.yml
vendored
@ -35,12 +35,12 @@ jobs:
|
||||
- name: Build Server
|
||||
working-directory: ${{github.workspace}}/build-linux
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE BeamMP-Server
|
||||
run: cmake --build . --config $BUILD_TYPE -t BeamMP-Server
|
||||
|
||||
- name: Build Tests
|
||||
working-directory: ${{github.workspace}}/build-linux
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE BeamMP-Server-tests
|
||||
run: cmake --build . --config $BUILD_TYPE -t BeamMP-Server-tests
|
||||
|
||||
- name: Archive server artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user