Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga authored Mar 11, 2024
1 parent 5812350 commit 56de6f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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,7 +55,6 @@ env:
jobs:
build-ubuntu:
if: false
name: Ubuntu
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -100,7 +99,6 @@ jobs:
run: cd build && meson test

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

build-macos:
if: false
name: macOS
runs-on: macos-13
env:
Expand Down Expand Up @@ -382,7 +381,7 @@ jobs:
ninja -C build
build-solaris:

if: false
name: "Solaris"
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 56de6f6

Please sign in to comment.