mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Migrate CI to GitHub Actions
This commit is contained in:
parent
59f243c831
commit
79ac907346
5 changed files with 16 additions and 26 deletions
11
.github/workflows/continuous-integration.yml
vendored
Normal file
11
.github/workflows/continuous-integration.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
name: Continuous Integration
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: bash -x script/cibuild
|
Loading…
Add table
Add a link
Reference in a new issue