ci: always use verbose output when compiling
Co-Authored-By: Max <161382234+dyspose@users.noreply.github.com>
This commit is contained in:
parent
40dc667e03
commit
aeff9f8d46
2 changed files with 4 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Build sources
|
||||
shell: bash
|
||||
run: |
|
||||
meson compile -C ${{matrix.arch}}
|
||||
meson compile -C ${{matrix.arch}} -v
|
||||
echo "artifcat=${{matrix.arch}}/`ls ${{matrix.arch}}/ | egrep '^yapb*.*(so|dylib|dll)$' | head -1`" >> $GITHUB_ENV
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
}
|
||||
- name: Build sources
|
||||
run: |
|
||||
meson compile -C ${{matrix.arch}}
|
||||
meson compile -C ${{matrix.arch}} -v
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
meson setup ${{matrix.arch}}
|
||||
- name: Build sources
|
||||
run: |
|
||||
meson compile -C ${{matrix.arch}}
|
||||
meson compile -C ${{matrix.arch}} -v
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue