mirror of https://github.com/avast/PurpleDome
Create makefile.yml
parent
a93c92bbf4
commit
94a827a66c
@ -0,0 +1,23 @@
|
|||||||
|
name: Makefile CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: make
|
||||||
|
|
||||||
|
- name: Run check
|
||||||
|
run: make test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue