summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLovell Fuller <github@lovell.info>2023-01-24 13:34:27 +0000
committerLovell Fuller <github@lovell.info>2023-01-24 14:04:00 +0000
commit77f04b43a7af1ff3ab93a40c26ea5b9809ea3575 (patch)
treecdbd90d918ef475abcf69e85173f7166c06b82a8 /.github
parente71aeb6d8ad21ad5aea2240b531acf13853c8cd9 (diff)
downloadlcms2-77f04b43a7af1ff3ab93a40c26ea5b9809ea3575.tar.gz
Ensure plugins can be built and installed with Meson
- Ensure dependency on m(ath) library is explicit - Ensure headers can be installed - Ensure CI builds and tests fastfloat (to match autotools)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e0c3865..8c4b85a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
- name: Build Ubuntu
run: |
- meson setup build
+ meson setup build -Dfastfloat=true
meson compile -C build
meson test -C build