Skip to content

Commit

Permalink
GitLab CI: Build with current and previous Fedora version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Dec 18, 2024
1 parent dce757e commit a678406
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ cache:
key: cpm
paths: [.cache/cpm]

image: registry.fedoraproject.org/fedora-minimal:40
matrix:
image:
fedora-previous: registry.fedoraproject.org/fedora-minimal:40
fedora-current: registry.fedoraproject.org/fedora-minimal:41

linux:
stage: build
Expand Down Expand Up @@ -35,12 +38,14 @@ mingw:
- ninja -C build-release

android:
matrix: {}
image: registry.gitlab.com/jhasse/android-ndk-docker:r27b
stage: build
script:
- make -C android

steamos:
matrix: {}
image: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
stage: build
script:
Expand All @@ -64,6 +69,7 @@ steamos:
- DISPLAY=:0 ./jngl-unittest

web:
matrix: {}
image: emscripten/emsdk:3.1.61
stage: build
script:
Expand Down

0 comments on commit a678406

Please sign in to comment.