diff --git a/.github/workflows/configuration.yml b/.github/workflows/configuration.yml new file mode 100644 index 00000000..787c38e1 --- /dev/null +++ b/.github/workflows/configuration.yml @@ -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"