Feature #1214 » 0010-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
|
||
| 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
|
||