fluffy/.github/workflows/build+test.yml

23 lines
323 B
YAML
Raw Normal View History

2021-02-02 20:05:46 -07:00
name: Build/Test
on:
push:
2021-02-02 20:17:45 -07:00
branches:
2021-02-02 20:16:51 -07:00
- master:
- main
2021-02-02 20:17:45 -07:00
pull_request:fi
2021-02-02 20:16:51 -07:00
branches:
- master
2021-02-02 20:05:46 -07:00
- main
jobs:
test:
name: Test mothd
runs-on: ubuntu-latest
steps:
2021-02-02 20:08:43 -07:00
- uses: actions/checkout@v2
2021-02-02 20:05:46 -07:00
- name: Build
run: make
- name: Test
run: ./test.sh