Skip to content

Commit

Permalink
Add initial GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 7, 2021
1 parent 7b8c929 commit 8cddd86
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on:
pull_request:
push:

defaults:
run:
shell: 'bash -Eeuo pipefail -x {0}'

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./build.sh
- run: ./test.sh gosu-amd64
- run: ./test.sh gosu-i386
- run: ./test.sh --debian gosu-amd64
- run: ./test.sh --debian gosu-i386
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit 8cddd86

Please sign in to comment.