mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +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.
|
# Simple target for CI to build a binary but no assets/etc.
|
||||||
_cmake-simple-ci-server-build:
|
_cmake-simple-ci-server-build:
|
||||||
mkdir -p build/cmake_ci
|
rm -rf build/cmake/server-debug
|
||||||
cd build/cmake_ci && cmake -DCMAKE_BUILD_TYPE=Debug -DHEADLESS=true \
|
mkdir -p build/cmake/server-debug
|
||||||
${PWD}/ballisticacore-cmake
|
tools/pcommand update_prefab_libs server debug
|
||||||
cd build/cmake_ci && ${MAKE} -j${CPUS}
|
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.
|
# Tell make which of these targets don't represent files.
|
||||||
.PHONY: _cmake-simple-ci-server-build
|
.PHONY: _cmake-simple-ci-server-build
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
namespace ballistica {
|
namespace ballistica {
|
||||||
|
|
||||||
// These are set automatically via script; don't change here.
|
// These are set automatically via script; don't change here.
|
||||||
const int kAppBuildNumber = 20200;
|
const int kAppBuildNumber = 20201;
|
||||||
const char* kAppVersion = "1.5.26";
|
const char* kAppVersion = "1.5.26";
|
||||||
|
|
||||||
// Our standalone globals.
|
// Our standalone globals.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user