Removed that workflow
This commit is contained in:
parent
9e74d8af0b
commit
a7681b5505
30
.github/workflows/meson-build.yml
vendored
30
.github/workflows/meson-build.yml
vendored
@ -1,30 +0,0 @@
|
|||||||
# .github/workflows/meson-build.yml
|
|
||||||
name: Meson Build
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y meson ninja-build
|
|
||||||
|
|
||||||
- name: Checkout Code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Configure Build with Meson
|
|
||||||
run: |
|
|
||||||
meson setup builddir
|
|
||||||
|
|
||||||
- name: Build Project with Meson
|
|
||||||
run: |
|
|
||||||
meson compile -C builddir
|
|
||||||
|
|
||||||
- name: Run Tests with Meson
|
|
||||||
run: |
|
|
||||||
meson test -C builddir
|
|
Loading…
x
Reference in New Issue
Block a user