This commit is contained in:
parent
70ae623a1d
commit
7141e67e14
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ steps:
|
||||||
- name: build-shared
|
- name: build-shared
|
||||||
image: arminfriedl/xwim-build:shared
|
image: arminfriedl/xwim-build:shared
|
||||||
commands:
|
commands:
|
||||||
|
- meson wrap install gtest
|
||||||
- meson target/shared
|
- meson target/shared
|
||||||
- ninja -C target/shared
|
- ninja -C target/shared
|
||||||
- mv target/shared/src/xwim xwim-x86_64-glibc-linux-shared
|
- mv target/shared/src/xwim xwim-x86_64-glibc-linux-shared
|
||||||
|
@ -13,6 +14,7 @@ steps:
|
||||||
- name: build-static
|
- name: build-static
|
||||||
image: arminfriedl/xwim-build:static
|
image: arminfriedl/xwim-build:static
|
||||||
commands:
|
commands:
|
||||||
|
- meson wrap install gtest
|
||||||
- meson --default-library=static target/static
|
- meson --default-library=static target/static
|
||||||
- ninja -C target/static
|
- ninja -C target/static
|
||||||
- mv target/static/src/xwim xwim-x86_64-musl-linux-static
|
- mv target/static/src/xwim xwim-x86_64-musl-linux-static
|
||||||
|
|
Loading…
Reference in a new issue