mirror of
https://github.com/pfloos/quack
synced 2024-12-22 12:23:42 +01:00
workflow for checkin dependencies
This commit is contained in:
parent
c3378e2ad4
commit
069cb76a7a
27
.github/workflows/configuration.yml
vendored
Normal file
27
.github/workflows/configuration.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
name: QuAcK Configuration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- ci
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "00 20 * * 6"
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
configuration:
|
||||
runs-on: ubuntu-20.04
|
||||
name: Dependencies
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install gfortran gcc liblapack-dev libblas-dev wget python3 make m4 pkg-config libhdf5-dev
|
||||
- name: ninja
|
||||
run: |
|
||||
./configure -i ninja || echo "Configuration failed"
|
Loading…
Reference in New Issue
Block a user