mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
add .github/workflows/verify.yml
This commit is contained in:
parent
704f84f430
commit
272f0dac59
22
.github/workflows/verify.yml
vendored
Normal file
22
.github/workflows/verify.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: verify
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
verify:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: install dependencies
|
||||||
|
run: apt install -y libmicrohttpd
|
||||||
|
- name: check
|
||||||
|
working-directory: ./backend
|
||||||
|
run: make check
|
||||||
|
- name: build
|
||||||
|
working-directory: ./backend
|
||||||
|
run: make all
|
||||||
Loading…
x
Reference in New Issue
Block a user