1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-11-19 20:42:50 +01:00

Merge pull request #4 from TREX-CoE/github-actions

Add a github action to test build automatically
This commit is contained in:
Anthony Scemama 2020-10-15 10:46:38 +02:00 committed by GitHub
commit dc77afc33a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

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/

View File

@ -1,4 +1,7 @@
# qmckl
[![Build Status](https://github.com/TREX-CoE/qmckl/workflows/test-build/badge.svg?branch=main)
Quantum Monte Carlo Kernel Library.
See the [Wiki](https://github.com/TREX-CoE/qmckl/wiki) for more information.