ci: use parallel build, only build server

This commit is contained in:
Lion Kortlepel
2022-05-23 17:30:23 +02:00
parent 634955660d
commit d8e974429d
4 changed files with 5 additions and 4 deletions

View File

@@ -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