diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-06-23 00:54:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 00:54:58 +0300 |
| commit | 0e5f88baf4d08c98a8d140829dbe3f7db626ca8a (patch) | |
| tree | bdfbefdcd3d73d605efa9045594c35824a3eece2 /.github | |
| parent | 39f25ec6aa24b84cb787fc652de019b9292e32aa (diff) | |
| parent | c4b8e0389576202129236ba725551938764844cd (diff) | |
| download | meson-0e5f88baf4d08c98a8d140829dbe3f7db626ca8a.tar.gz | |
Merge pull request #8912 from mensinda/fixBothLibraries
Fix `BothLibraries` processing
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/os_comp.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index 94d1b01ca..6531e2b55 100644 --- a/.github/workflows/os_comp.yml +++ b/.github/workflows/os_comp.yml @@ -54,7 +54,11 @@ jobs: cfg: - CC: 'gcc' CXX: 'g++' - - MESON_ARGS: '--unity=on' + - MESON_ARGS: '--unity=on -Ddefault_library=static' + RUN_TESTS_ARGS: '--no-unittests' + CC: 'gcc' + CXX: 'g++' + - MESON_ARGS: '-Ddefault_library=both' RUN_TESTS_ARGS: '--no-unittests' CC: 'gcc' CXX: 'g++' |
