1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-19 01:13:50 +02:00

Install trexio in GH actions

This commit is contained in:
Anthony Scemama 2021-10-12 00:15:38 +02:00 committed by GitHub
parent 27b17b57eb
commit d17b0f88d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,14 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install dependencies - name: install dependencies
run: sudo apt-get install emacs autoconf run: sudo apt-get install emacs autoconf
- name: install trexio
run: |
wget https://github.com/TREX-CoE/trexio/releases/download/v1.0/trexio-1.0.0.tar.gz
tar -zxf trexio-1.0.0.tar.gz
cd trexio-1.0.0
./configure
make -j 8
sudo make install
- name: Run test - name: Run test
run: | run: |
./autogen.sh ./autogen.sh
@ -41,6 +49,14 @@ jobs:
# brew install gfortran-10 # brew install gfortran-10
# brew install emacs # brew install emacs
# brew install autoconf automake libtool # brew install autoconf automake libtool
# - name: install trexio
# run: |
# wget https://github.com/TREX-CoE/trexio/releases/download/v1.0/trexio-1.0.0.tar.gz
# tar -zxf trexio-1.0.0.tar.gz
# cd trexio-1.0.0
# ./configure
# make -j 8
# sudo make install
# - name: Run test # - name: Run test
# run: | # run: |
# ./autogen.sh # ./autogen.sh