Feature #1771 ยป 0044-CI-Rename-clang_debug-as-clang-debug.patch
| .github/workflows/ci.yml | ||
|---|---|---|
|
- name: build
|
||
|
shell: bash
|
||
|
run: ./scripts/ci-build.sh meson
|
||
|
clang_debug:
|
||
|
clang-debug:
|
||
|
runs-on: ubuntu-24.04
|
||
|
steps:
|
||
|
- name: check out Freeciv
|
||
| ... | ... | |
|
unixodbc-dev
|
||
|
- name: build
|
||
|
shell: bash
|
||
|
run: ./scripts/ci-build.sh clang_debug
|
||
|
run: ./scripts/ci-build.sh clang-debug
|
||
|
tcc:
|
||
|
runs-on: ubuntu-24.04
|
||
|
steps:
|
||
| scripts/ci-build.sh | ||
|---|---|---|
|
echo "Freeciv server autogame successful!"
|
||
|
;;
|
||
|
"clang_debug")
|
||
|
"clang-debug")
|
||
|
# Configure and build Freeciv
|
||
|
mkdir build
|
||
|
cd build
|
||