mirror of
https://github.com/pfloos/quack
synced 2024-12-22 12:23:42 +01:00
rm configuration yml
This commit is contained in:
parent
8bf9c44027
commit
468f4e1cf4
27
.github/workflows/configuration.yml
vendored
27
.github/workflows/configuration.yml
vendored
@ -1,27 +0,0 @@
|
||||
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