cracker/.github/workflows/ci.yaml

16 lines
294 B
YAML
Raw Normal View History

2020-08-08 18:10:57 +00:00
on: push
2020-08-08 18:08:41 +00:00
jobs:
build:
runs-on: ubuntu-latest
2020-08-08 18:11:34 +00:00
name: script/cibuild
2020-08-08 18:08:41 +00:00
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
2020-08-08 18:11:34 +00:00
- name: build & test
2020-08-08 18:08:41 +00:00
run: |
script/bootstrap
script/cibuild