mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Add a github action to test build automatically
This commit is contained in:
parent
bccdd8224c
commit
42637b4e18
17
.github/workflows/test-build.yml
vendored
Normal file
17
.github/workflows/test-build.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: test-build
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: make
|
||||||
|
run: make -C src/
|
Loading…
Reference in New Issue
Block a user