mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
CI: move comment to the right place
This commit is contained in:
parent
9989efe0f4
commit
6b5ca781db
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -166,8 +166,6 @@ jobs:
|
||||||
meson compile -C build-gcc-static_analyzer
|
meson compile -C build-gcc-static_analyzer
|
||||||
' | $TARGET
|
' | $TARGET
|
||||||
|
|
||||||
|
|
||||||
# Runtime tests, these run on Debian and Void only (the later due to libmusl being used)
|
|
||||||
- name: Build with clang - release
|
- name: Build with clang - release
|
||||||
run: |
|
run: |
|
||||||
echo '
|
echo '
|
||||||
|
|
@ -178,6 +176,8 @@ jobs:
|
||||||
meson compile -C build-clang-release
|
meson compile -C build-clang-release
|
||||||
' | $TARGET
|
' | $TARGET
|
||||||
|
|
||||||
|
# Runtime tests, these run on Debian and Void only (the later due to libmusl being used)
|
||||||
|
|
||||||
- name: Build with gcc - runtime test
|
- name: Build with gcc - runtime test
|
||||||
if: matrix.name == 'Debian'
|
if: matrix.name == 'Debian'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue