mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-24 00:56:42 +00:00
add ci/cd from server
This commit is contained in:
10
scripts/debian-11/3-build.sh
Executable file
10
scripts/debian-11/3-build.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
cmake --build bin --parallel -t BeamMP-Launcher
|
||||
|
||||
objcopy --only-keep-debug bin/BeamMP-Launcher bin/BeamMP-Launcher.debug
|
||||
objcopy --add-gnu-debuglink bin/BeamMP-Launcher bin/BeamMP-Launcher.debug
|
||||
|
||||
strip -s bin/BeamMP-Launcher
|
||||
Reference in New Issue
Block a user