mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +01:00
Merge pull request #4 from TREX-CoE/github-actions
Add a github action to test build automatically
This commit is contained in:
commit
dc77afc33a
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