Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Sep 12, 2023
1 parent a5139dd commit 1b5ce50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,16 @@ jobs:
brew install emacs
brew install automake
brew install hdf5
brew install gcc
brew install gfortran
brew --prefix hdf5
- name: Install the latest TREXIO from the GitHub clone
run: |
git clone https://github.com/TREX-CoE/trexio.git
cd trexio
./autogen.sh
./configure FC=gfortran-12 --enable-silent-rules
./configure --enable-silent-rules
make -j 4
sudo make install
Expand All @@ -176,7 +178,7 @@ jobs:
./autogen.sh
mkdir _build_hpc
cd _build_hpc
../configure --enable-hpc FC=gfortran-12
../configure --enable-hpc FC=gfortran-12 CC=gcc-12
make -j2
- name: Run test
Expand Down

0 comments on commit 1b5ce50

Please sign in to comment.