Feature #1214 » 0011-Make-3.4-ruleup-from-S3_3.patch
scripts/ci-build.sh | ||
---|---|---|
;;
|
||
*)
|
||
# Fetch S3_2 in the background for the ruleset upgrade test
|
||
git fetch --no-tags --quiet https://github.com/freeciv/freeciv.git S3_2:S3_2 &
|
||
# Fetch S3_3 in the background for the ruleset upgrade test
|
||
git fetch --no-tags --quiet https://github.com/freeciv/freeciv.git S3_3:S3_3 &
|
||
# Configure and build Freeciv
|
||
mkdir build
|
server/ruleset/rscompat.h | ||
---|---|---|
#include "ruleload.h"
|
||
#include "settings.h"
|
||
#define RULESET_COMPAT_CAP "+Freeciv-3.2-ruleset"
|
||
#define RULESET_COMPAT_CAP "+Freeciv-ruleset-3.3-Devel-2023.Feb.24"
|
||
struct rscompat_info
|
||
{
|
tests/rs_test_res/upgrade_ruleset_sync.bash | ||
---|---|---|
DEFAULT_REVISION="139139dfa5"
|
||
# The branch of the previous version
|
||
PREVIOUS_BRANCH="S3_2"
|
||
PREVIOUS_BRANCH="S3_3"
|
||
set -e
|
||