From 9e6e6f5b1ced0ae361db32cb72d3b6a632b57dba Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Sat, 30 Nov 2019 21:35:19 -0500 Subject: CI-actions: combine extra frameworks tests into one .yml file --- .github/workflows/ci_frameworks.yml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci_frameworks.yml') diff --git a/.github/workflows/ci_frameworks.yml b/.github/workflows/ci_frameworks.yml index 44cb8432f..682f5b907 100644 --- a/.github/workflows/ci_frameworks.yml +++ b/.github/workflows/ci_frameworks.yml @@ -5,12 +5,12 @@ on: paths: - "mesonbuild/dependencies/**" - "test cases/frameworks/**" - - ".github/workflows/frameworks.yml" + - ".github/workflows/ci_frameworks.yml" pull_request: paths: - "mesonbuild/dependencies/**" - "test cases/frameworks/**" - - ".github/workflows/frameworks.yml" + - ".github/workflows/ci_frameworks.yml" jobs: @@ -36,3 +36,26 @@ jobs: with: name: Scalapack_Mac_test path: build/meson-logs/testlog.txt + + HDF5macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v1 + - uses: actions/setup-python@v1 + with: + python-version: '3.x' + - run: python -m pip install -e . + - run: brew install pkg-config ninja gcc hdf5 + - run: meson setup "test cases/frameworks/25 hdf5" build + - run: ninja -C build + - uses: actions/upload-artifact@v1 + if: failure() + with: + name: HDF5_Mac_build + path: build/meson-logs/meson-log.txt + - run: meson test -C build -v + - uses: actions/upload-artifact@v1 + if: failure() + with: + name: HDF5_Mac_test + path: build/meson-logs/testlog.txt -- cgit v1.3