Project

General

Profile

Feature #1499 » 0104-CI-Rename-normal-job-as-autotools.patch

main - Marko Lindqvist, 06/13/2025 08:28 AM

View differences:

.github/workflows/ci.yml
- name: build
shell: bash
run: ./scripts/ci-build.sh mac-meson
normal:
autotools:
runs-on: ubuntu-24.04
steps:
- name: check out Freeciv
......
unixodbc-dev
- name: build
shell: bash
run: ./scripts/ci-build.sh normal
run: ./scripts/ci-build.sh autotools
dist:
runs-on: ubuntu-24.04
steps:
scripts/ci-build.sh
echo "Freeciv build successful!"
;;
*)
autotools)
# 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 &
......
echo "Checking ruleset auto help generation"
./tests/rulesets_autohelp.sh
;;
*)
echo "Unknown ci-job \"$1\"" >&2
exit 1
;;
esac
(1-1/3)