Project

General

Profile

Feature #1214 » 0010-Make-3.4-ruleup-from-S3_3.patch

Marko Lindqvist, 01/15/2025 12:06 AM

View differences:

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
(1-1/3)