|
7 | 7 | language: system |
8 | 8 | require_serial: true |
9 | 9 | entry: | |
10 | | - bash -c 'cd metadatadtype && mkdir -p build && pip install build meson-python patchelf wheel && python -m build --wheel --no-isolation -Cbuilddir=build'; |
| 10 | + bash -c 'cd metadatadtype && mkdir -p build && pip install build meson-python patchelf wheel && meson setup build && python -m build --wheel --no-isolation -Cbuilddir=build'; |
11 | 11 | fail_fast: false |
12 | 12 | - id: generate-compilation-database-asciidtype |
13 | 13 | name: Generate compilation database [asciidtype] |
14 | 14 | files: asciidtype/(meson\.build$|.*\.(c|h)$) |
15 | 15 | language: system |
16 | 16 | require_serial: true |
17 | 17 | entry: | |
18 | | - bash -c 'cd asciidtype && mkdir -p build && pip install build meson-python patchelf wheel && python -m build --wheel --no-isolation -Cbuilddir=build'; |
| 18 | + bash -c 'cd asciidtype && mkdir -p build && pip install build meson-python patchelf wheel && meson setup build && python -m build --wheel --no-isolation -Cbuilddir=build'; |
19 | 19 | fail_fast: false |
20 | 20 | - id: generate-compilation-database-quaddtype |
21 | 21 | name: Generate compilation database [quaddtype] |
22 | 22 | files: quaddtype/(meson\.build$|.*\.(c|h)$) |
23 | 23 | language: system |
24 | 24 | require_serial: true |
25 | 25 | entry: | |
26 | | - bash -c 'cd quaddtype && mkdir -p build && pip install build meson-python patchelf wheel && python -m build --wheel --no-isolation -Cbuilddir=build'; |
| 26 | + bash -c 'cd quaddtype && mkdir -p build && pip install build meson-python patchelf wheel && meson setup build && python -m build --wheel --no-isolation -Cbuilddir=build'; |
27 | 27 | fail_fast: false |
28 | 28 | - id: generate-compilation-database-unytdtype |
29 | 29 | name: Generate compilation database [unytdtype] |
30 | 30 | files: unytdtype/(meson\.build$|.*\.(c|h)$) |
31 | 31 | language: system |
32 | 32 | require_serial: true |
33 | 33 | entry: | |
34 | | - bash -c 'cd unytdtype && mkdir -p build && pip install build meson-python patchelf wheel && python -m build --wheel --no-isolation -Cbuilddir=build'; |
| 34 | + bash -c 'cd unytdtype && mkdir -p build && pip install build meson-python patchelf wheel && meson setup build && python -m build --wheel --no-isolation -Cbuilddir=build'; |
35 | 35 | fail_fast: false |
36 | 36 | - id: generate-compilation-database-stringdtype |
37 | 37 | name: Generate compilation database [stringdtype] |
38 | 38 | files: stringdtype/(meson\.build$|.*\.(c|h)$) |
39 | 39 | language: system |
40 | 40 | require_serial: true |
41 | 41 | entry: | |
42 | | - bash -c 'cd stringdtype && mkdir -p build && pip install build meson-python patchelf wheel && python -m build --wheel --no-isolation -Cbuilddir=build'; |
| 42 | + bash -c 'cd stringdtype && mkdir -p build && pip install build meson-python patchelf wheel && meson setup build && python -m build --wheel --no-isolation -Cbuilddir=build'; |
43 | 43 | fail_fast: false |
44 | 44 | - repo: https://github.com/pocc/pre-commit-hooks |
45 | 45 | rev: v1.3.5 |
|
0 commit comments