Revert "remove shebang from scripts"

This reverts commit 1e592f6810.
This commit is contained in:
Lion Kortlepel
2023-12-04 15:58:16 +01:00
parent 1e592f6810
commit 1ad65e26b8
5 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/bash
set -ex
apt-get update -y

View File

@@ -1,3 +1,5 @@
#!/bin/bash
set -ex
cmake . -B bin -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -s -Wl,-z,norelro -Wl,--hash-style=gnu -Wl,--build-id=none -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON || cat "$SOURCE"/server/bin/vcpkg-bootstrap.log

View File

@@ -1,3 +1,5 @@
#!/bin/bash
set -ex
cmake --build bin --parallel -t BeamMP-Server-tests

View File

@@ -1,3 +1,5 @@
#!/bin/bash
set -ex
cmake --build bin --parallel -t BeamMP-Server

View File

@@ -1,3 +1,5 @@
#!/bin/bash
set -ex
apt-get update -y