mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-05-19 08:00:31 +00:00
a6eb2f7bfe
using lionkor's template (MIT licensed) This is a combination of 64 commits.
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
cmake --build bin --parallel -t BeamMP-Server-tests
|