Skip to content

Commit

Permalink
try github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktasia committed Nov 18, 2020
1 parent 97b0dfb commit 4bacf71
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- '26.1'
- '26.2'
- '26.3'
- 'snapshot'
cask_version:
- '0.8.0'
- '0.8.4'
- 'snapshot'
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1.1.1
with:
python-version: '3.6'
architecture: 'x64'
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}

- uses: conao3/setup-cask@master
with:
version: 'snapshot'

- name: Run tests
run: make test

0 comments on commit 4bacf71

Please sign in to comment.