mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
[CI] Disable the broker MacOS CI
This commit is contained in:
parent
7afc67cd96
commit
d21adadcf2
114
.github/workflows/test-build.yml
vendored
114
.github/workflows/test-build.yml
vendored
@ -76,60 +76,60 @@ jobs:
|
|||||||
run: make python-test
|
run: make python-test
|
||||||
working-directory: _build
|
working-directory: _build
|
||||||
|
|
||||||
x86_macos:
|
# x86_macos:
|
||||||
|
#
|
||||||
runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
name: x86 MacOS latest
|
# name: x86 MacOS latest
|
||||||
|
#
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- name: install dependencies
|
# - name: install dependencies
|
||||||
run: brew install emacs hdf5 automake pkg-config
|
# run: brew install emacs hdf5 automake pkg-config
|
||||||
|
#
|
||||||
- name: Symlink gfortran (macOS)
|
# - name: Symlink gfortran (macOS)
|
||||||
if: runner.os == 'macOS'
|
# if: runner.os == 'macOS'
|
||||||
run: |
|
# run: |
|
||||||
# make sure gfortran is available
|
# # make sure gfortran is available
|
||||||
# https://github.com/actions/virtual-environments/issues/2524
|
# # https://github.com/actions/virtual-environments/issues/2524
|
||||||
# https://github.com/cbg-ethz/dce/blob/master/.github/workflows/pkgdown.yaml
|
# # https://github.com/cbg-ethz/dce/blob/master/.github/workflows/pkgdown.yaml
|
||||||
sudo ln -s /usr/local/bin/gfortran-10 /usr/local/bin/gfortran
|
# sudo ln -s /usr/local/bin/gfortran-10 /usr/local/bin/gfortran
|
||||||
sudo mkdir /usr/local/gfortran
|
# sudo mkdir /usr/local/gfortran
|
||||||
sudo ln -s /usr/local/Cellar/gcc@10/*/lib/gcc/10 /usr/local/gfortran/lib
|
# sudo ln -s /usr/local/Cellar/gcc@10/*/lib/gcc/10 /usr/local/gfortran/lib
|
||||||
gfortran --version
|
# gfortran --version
|
||||||
|
#
|
||||||
- name: Install the latest TREXIO from the GitHub clone
|
# - name: Install the latest TREXIO from the GitHub clone
|
||||||
run: |
|
# run: |
|
||||||
git clone https://github.com/TREX-CoE/trexio.git
|
# git clone https://github.com/TREX-CoE/trexio.git
|
||||||
cd trexio
|
# cd trexio
|
||||||
./autogen.sh
|
# ./autogen.sh
|
||||||
./configure --prefix=${PWD}/_install --enable-silent-rules
|
# ./configure --prefix=${PWD}/_install --enable-silent-rules
|
||||||
make -j 4
|
# make -j 4
|
||||||
make install
|
# make install
|
||||||
|
#
|
||||||
- name: Test TREXIO
|
# - name: Test TREXIO
|
||||||
run: make -j 4 check
|
# run: make -j 4 check
|
||||||
working-directory: trexio
|
# working-directory: trexio
|
||||||
|
#
|
||||||
- name: Archive TREXIO test log file
|
# - name: Archive TREXIO test log file
|
||||||
if: failure()
|
# if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: test-report-trexio-macos
|
# name: test-report-trexio-macos
|
||||||
path: trexio/test-suite.log
|
# path: trexio/test-suite.log
|
||||||
|
#
|
||||||
- name: Build QMCkl
|
# - name: Build QMCkl
|
||||||
run: |
|
# run: |
|
||||||
export PKG_CONFIG_PATH=${PWD}/trexio/_install/lib/pkgconfig:$PKG_CONFIG_PATH
|
# export PKG_CONFIG_PATH=${PWD}/trexio/_install/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||||
./autogen.sh
|
# ./autogen.sh
|
||||||
./configure CC=gcc-10 FC=gfortran-10 --enable-silent-rules
|
# ./configure CC=gcc-10 FC=gfortran-10 --enable-silent-rules
|
||||||
make -j 4
|
# make -j 4
|
||||||
|
#
|
||||||
- name: Run test
|
# - name: Run test
|
||||||
run: make -j 4 check
|
# run: make -j 4 check
|
||||||
|
#
|
||||||
- name: Archive test log file
|
# - name: Archive test log file
|
||||||
if: failure()
|
# if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: test-report-macos
|
# name: test-report-macos
|
||||||
path: test-suite.log
|
# path: test-suite.log
|
||||||
|
Loading…
Reference in New Issue
Block a user