Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 14, 2024
1 parent 02477cc commit b366d85
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Checks
on:
push:
branches:
- dgsga-meson-builds
- dgsga-meson-build
paths-ignore:
- "CONTRIBUTORS"
- "NEWS"
Expand Down Expand Up @@ -55,6 +55,7 @@ env:
jobs:
build-ubuntu:
if: false
name: Ubuntu
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
run: cd build && meson test

build-debian:
if: false
name: Debian
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -149,6 +151,7 @@ jobs:
run: cd build && meson test

build-fedora:
if: false
name: Fedora
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -189,9 +192,8 @@ jobs:
run: cd build && meson test

build-macos:
if: false
name: macOS
runs-on: macos-14
runs-on: macos-latest
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
HOMEBREW_NO_AUTO_UPDATE: 1
Expand All @@ -213,6 +215,7 @@ jobs:
run: cd build && meson test

build-omnios:
if: false
name: "OmniOS"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -245,6 +248,7 @@ jobs:
ninja -C build
build-freebsd:
if: false
name: "FreeBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -278,6 +282,7 @@ jobs:
cd build && meson test
build-openbsd:
if: false
name: "OpenBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -312,6 +317,7 @@ jobs:
cd build && meson test
build-netbsd:
if: false
name: "NetBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -345,6 +351,7 @@ jobs:
ninja -C build
build-dflybsd:
if: false
name: "DragonflyBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down

0 comments on commit b366d85

Please sign in to comment.