1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-26 15:12:24 +02:00

Add a github action to test build automatically

This commit is contained in:
Pablo Oliveira 2020-10-15 10:14:05 +02:00
parent bccdd8224c
commit 42637b4e18

17
.github/workflows/test-build.yml vendored Normal file
View 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/