1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-11-19 12:32:40 +01:00
This commit is contained in:
Anthony Scemama 2024-11-04 17:06:11 +01:00
parent 1b8a5ade87
commit 2306b4baf2

View File

@ -14,7 +14,7 @@ jobs:
name: Standard name: Standard
steps: steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 - uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: sudo apt-get install emacs autoconf libhdf5-dev run: sudo apt-get install emacs autoconf libhdf5-dev
@ -43,7 +43,7 @@ jobs:
- name: Archive test log file - name: Archive test log file
if: failure() if: failure()
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 uses: actions/upload-artifact@v4
with: with:
name: test-report-ubuntu name: test-report-ubuntu
path: test-suite.log path: test-suite.log
@ -75,7 +75,7 @@ jobs:
name: Debug name: Debug
steps: steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 - uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: sudo apt-get install emacs autoconf libhdf5-dev run: sudo apt-get install emacs autoconf libhdf5-dev
@ -103,7 +103,7 @@ jobs:
- name: Archive test log file - name: Archive test log file
if: failure() if: failure()
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 uses: actions/upload-artifact@v4
with: with:
name: test-report-ubuntu-debug name: test-report-ubuntu-debug
path: _build_debug/test-suite.log path: _build_debug/test-suite.log
@ -114,7 +114,7 @@ jobs:
name: HPC name: HPC
steps: steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 - uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: sudo apt-get install emacs autoconf libhdf5-dev run: sudo apt-get install emacs autoconf libhdf5-dev
@ -142,18 +142,18 @@ jobs:
- name: Archive test log file - name: Archive test log file
if: failure() if: failure()
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 uses: actions/upload-artifact@v4
with: with:
name: test-report-ubuntu-debug name: test-report-ubuntu-debug
path: _build_hpc/test-suite.log path: _build_hpc/test-suite.log
macos: macos:
runs-on: macos-12 runs-on: macos-14
name: x86 MacOS 12 name: x86 MacOS 14
steps: steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 - uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: | run: |
@ -187,7 +187,7 @@ jobs:
- name: Archive test log file - name: Archive test log file
if: failure() if: failure()
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 uses: actions/upload-artifact@v4
with: with:
name: test-report-macos-x86 name: test-report-macos-x86
path: _build_hpc/test-suite.log path: _build_hpc/test-suite.log