From 08dff12ac8d40cd04a920269478b3654026c3d49 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Thu, 4 Jun 2020 11:05:15 +0200 Subject: [PATCH] Add GitHub action --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..0929ed8 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v1 + - uses: BSFishy/meson-build@v1.0.1 + with: + action: test