diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-18 12:13:10 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-25 11:11:46 -0700 |
| commit | b7cb30e175f28b6af555a04bcf7e000eb330578e (patch) | |
| tree | 2eb25c072e680f5bb043eaa83e3e9a11ca0f4f69 /.github/workflows/ci_frameworks.yml | |
| parent | dff40ca259c396568eeb4d05c534781ca148f8e7 (diff) | |
| download | meson-b7cb30e175f28b6af555a04bcf7e000eb330578e.tar.gz | |
dependencies/hdf5: Convert to a dependency_factory
Instead of a mega dependency that does everything, use a dependency
factory for config-tool and pkg-config
Diffstat (limited to '.github/workflows/ci_frameworks.yml')
| -rw-r--r-- | .github/workflows/ci_frameworks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_frameworks.yml b/.github/workflows/ci_frameworks.yml index 172c12cf1..1ace2a6bf 100644 --- a/.github/workflows/ci_frameworks.yml +++ b/.github/workflows/ci_frameworks.yml @@ -46,7 +46,7 @@ jobs: 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: meson setup "test cases/frameworks/25 hdf5" build -Dmethod=config-tool - run: meson compile -C build - uses: actions/upload-artifact@v1 if: failure() |
