mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Fix GH workflow
This commit is contained in:
parent
f180d6fcf4
commit
dbd5530878
8
.github/workflows/test-build.yml
vendored
8
.github/workflows/test-build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user