More CI work

This commit is contained in:
Eric Froemling 2020-10-12 13:29:32 -07:00
parent 5ec03f57b7
commit aaeb602749
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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.