aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-01-24 12:44:57 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2021-01-24 12:44:57 +0100
commit2b1d5100a7de3ca33798dcb69166d4ffd935323c (patch)
treefd9d01a8c0eefbc90896f2e97a4c27a3fd40a5ab /.github
parent62d1d61994b4889f8fff16978b7dfa1a047f6832 (diff)
downloadsoria-2b1d5100a7de3ca33798dcb69166d4ffd935323c.tar.gz
soria-2b1d5100a7de3ca33798dcb69166d4ffd935323c.zip
ci: trying out Github actions for this repository
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..dea50a3
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,39 @@
+name: CI
+
+on:
+ pull_request:
+ push:
+ paths-ignore:
+ - '**.md'
+ - '**.org'
+
+jobs:
+ build:
+ runs-on: ${{ matrix.os }}
+ strategy:
+ fail-fast: false
+ matrix:
+ os: [ubuntu-latest]
+ emacs_version:
+ - 25.1
+ - 25.2
+ - 25.3
+ - 26.1
+ - 26.2
+ - 26.3
+ - 27.1
+ - snapshot
+ include:
+ - os: macos-latest
+ emacs_version: 27.1
+ steps:
+ - uses: purcell/setup-emacs@master
+ with:
+ version: ${{ matrix.emacs_version }}
+
+ - uses: actions/setup-go@v2
+
+ - uses: actions/checkout@v2
+
+ - name: Check startup
+ run: make ci