aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml39
-rw-r--r--CHANGELOG.org2
-rw-r--r--README.md1
3 files changed, 41 insertions, 1 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
diff --git a/CHANGELOG.org b/CHANGELOG.org
index efb536f..f9bb21a 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -4,7 +4,7 @@
** 0.4.0 (in development)
-- Added support for =treemacs=.
+- Added support for =treemacs=. See [[https://github.com/mssola/soria/commit/62d1d61994b4889f8fff16978b7dfa1a047f6832][62d1d61994b4]].
** 0.3.3
diff --git a/README.md b/README.md
index 51b4184..edeeddf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
<p align="center">
+ <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs supported versions" src="https://img.shields.io/badge/GNU%20Emacs-25.1%2B-875f87.svg"/><a/>
<a href="https://melpa.org/#/soria-theme"><img alt="MELPA" src="https://melpa.org/packages/soria-theme-badge.svg"/></a>
<a href="https://stable.melpa.org/#/soria-theme"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/soria-theme-badge.svg"/></a>
<a href="https://travis-ci.org/mssola/soria" title="Travis CI status for the master branch"><img src="https://travis-ci.org/mssola/soria.svg?branch=master" alt="Build Status for master branch" /></a>