mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-06-29 23:20:28 +02:00
Add CI run on Fedora with zlib-ng for more diversity
This commit is contained in:
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: build
|
||||
|
||||
# build on c/cpp changes or workflow changes
|
||||
# build on source or workflow changes
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
@ -63,3 +63,23 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
./util/ci/test.sh
|
||||
|
||||
gcc_fedora:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: fedora:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install deps
|
||||
run: |
|
||||
source util/ci/script.sh
|
||||
install_linux_deps
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
source util/ci/script.sh
|
||||
run_build
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
./util/ci/test.sh
|
||||
|
Reference in New Issue
Block a user