Skip to content

Commit

Permalink
CI: add GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed May 28, 2021
1 parent 21e691e commit 5ee117e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: [push]
jobs:
build-linux:
strategy:
matrix:
dist:
- centos.8.3
- debian.buster
- fedora.34
- opensuse.15.2
- ubuntu.focal
runs-on: ubuntu-latest
container: veyon/ci.linux.${{matrix.dist}}
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: .ci/linux.${{matrix.dist}}/script.sh $GITHUB_WORKSPACE /tmp

0 comments on commit 5ee117e

Please sign in to comment.