mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-21 14:10:33 +00:00
ci: use parallel build, only build server
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Build
|
||||
working-directory: ${{github.workspace}}/build-linux
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE
|
||||
run: cmake --build . --config $BUILD_TYPE -t BeamMP-Server --parallel
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user