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:
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/
|
@ -1,4 +1,7 @@
|
|||||||
# qmckl
|
# qmckl
|
||||||
|
|
||||||
|
[![Build Status](https://github.com/TREX-CoE/qmckl/workflows/test-build/badge.svg?branch=main)
|
||||||
|
|
||||||
Quantum Monte Carlo Kernel Library.
|
Quantum Monte Carlo Kernel Library.
|
||||||
|
|
||||||
See the [Wiki](https://github.com/TREX-CoE/qmckl/wiki) for more information.
|
See the [Wiki](https://github.com/TREX-CoE/qmckl/wiki) for more information.
|
||||||
|
Loading…
Reference in New Issue
Block a user