deprecate Ubuntu 20.04

This commit is contained in:
Lucca Jiménez Könings
2024-06-26 14:10:59 +02:00
parent 29f4d0d286
commit 08374b1398
7 changed files with 2 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
set -ex
cmake --build bin --parallel -t BeamMP-Server
objcopy --only-keep-debug bin/BeamMP-Server bin/BeamMP-Server.debug
objcopy --add-gnu-debuglink bin/BeamMP-Server bin/BeamMP-Server.debug
strip -s bin/BeamMP-Server