Skip to content

Commit

Permalink
Fix CI and switch to GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Sep 4, 2021
1 parent c5c5dbc commit 59f1203
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 28 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: push
jobs:
test:
runs-on: ubuntu-latest
container: archlinux/archlinux:latest
steps:
- name: Install dependencies
run: pacman -Syu --noconfirm openssh subversion rsync arch-install-scripts git bzr mercurial diffutils asciidoc shellcheck
- uses: actions/checkout@v2
- name: Run tests
run: |
make PREFIX=/usr
make PREFIX=/usr DESTDIR="$(mktemp -d)" install
make check || true
SHELLCHECK_OPTS="-S error" make check
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

0 comments on commit 59f1203

Please sign in to comment.