mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-28 10:03:15 +08:00
More CI work
This commit is contained in:
parent
5ec03f57b7
commit
aaeb602749
10
Makefile
10
Makefile
@ -819,10 +819,12 @@ ballisticacore-cmake/.clang-format: .clang-format
|
||||
|
||||
# Simple target for CI to build a binary but no assets/etc.
|
||||
_cmake-simple-ci-server-build:
|
||||
mkdir -p build/cmake_ci
|
||||
cd build/cmake_ci && cmake -DCMAKE_BUILD_TYPE=Debug -DHEADLESS=true \
|
||||
${PWD}/ballisticacore-cmake
|
||||
cd build/cmake_ci && ${MAKE} -j${CPUS}
|
||||
rm -rf build/cmake/server-debug
|
||||
mkdir -p build/cmake/server-debug
|
||||
tools/pcommand update_prefab_libs server debug
|
||||
cd build/cmake/server-debug && \
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -DHEADLESS=true ${PWD}/ballisticacore-cmake
|
||||
cd build/cmake/server-debug && ${MAKE} -j${CPUS}
|
||||
|
||||
# Tell make which of these targets don't represent files.
|
||||
.PHONY: _cmake-simple-ci-server-build
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
namespace ballistica {
|
||||
|
||||
// These are set automatically via script; don't change here.
|
||||
const int kAppBuildNumber = 20200;
|
||||
const int kAppBuildNumber = 20201;
|
||||
const char* kAppVersion = "1.5.26";
|
||||
|
||||
// Our standalone globals.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user