1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-22 10:47:45 +02:00

Fix GH workflow

This commit is contained in:
Anthony Scemama 2022-11-16 22:24:18 +01:00
parent f180d6fcf4
commit dbd5530878

View File

@ -8,7 +8,7 @@ jobs:
standard:
runs-on: ubuntu-latest
name: x86 Ubuntu latest
name: Standard
steps:
- uses: actions/checkout@v2
@ -69,7 +69,7 @@ jobs:
debug:
runs-on: ubuntu-latest
name: x86 Ubuntu latest
name: Debug
steps:
- uses: actions/checkout@v2
@ -88,6 +88,7 @@ jobs:
- name: Build QMCkl in debug mode
run: |
./autogen.sh
mkdir _build_debug
cd _build_debug
../configure --enable-debug --enable-silent-rules
@ -107,7 +108,7 @@ jobs:
hpc:
runs-on: ubuntu-latest
name: x86 Ubuntu latest
name: HPC
steps:
- uses: actions/checkout@v2
@ -126,6 +127,7 @@ jobs:
- name: Compile QMCkl in HPC mode
run: |
./autogen.sh
mkdir _build_hpc
cd _build_hpc
../configure --enable-hpc