1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 06:21:05 +02:00

Cleaner CI

This commit is contained in:
q-posev 2023-04-03 22:53:02 +02:00
parent 3646825790
commit 2f939ee4c4
No known key found for this signature in database
GPG Key ID: 7C477A462FBF9B87

View File

@ -31,11 +31,9 @@ jobs:
COMMIT_MSG=$(git log --no-merges -1 --oneline)
echo "::set-output name=message::$COMMIT_MSG"
trexio_ubuntu:
runs-on: ubuntu-20.04
name: x86 Ubuntu 20.04
runs-on: ubuntu-20.04
needs: get_commit_message
steps:
@ -114,9 +112,8 @@ jobs:
run: make maintainer-clean
trexio_macos:
runs-on: macos-11
name: x86 MacOS 11
runs-on: macos-11
steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
@ -133,10 +130,10 @@ jobs:
./configure FC=gfortran-10 --enable-silent-rules
- name: compile TREXIO
run: make -j 2
run: make -j3
- name: check TREXIO
run: make check
run: make -j3 check
- name: Archive test log file
if: failure()