mirror of https://github.com/kiwix/libkiwix.git
No need anymore to change directory
This commit is contained in:
parent
0afa5e569c
commit
2d58142c58
|
@ -106,7 +106,6 @@ jobs:
|
||||||
if [[ "${{matrix.target}}" =~ android_.* ]]; then
|
if [[ "${{matrix.target}}" =~ android_.* ]]; then
|
||||||
MESON_OPTION="$MESON_OPTION -Dstatic-linkage=true"
|
MESON_OPTION="$MESON_OPTION -Dstatic-linkage=true"
|
||||||
fi
|
fi
|
||||||
cd $HOME/libkiwix
|
|
||||||
meson . build ${MESON_OPTION}
|
meson . build ${MESON_OPTION}
|
||||||
cd build
|
cd build
|
||||||
ninja
|
ninja
|
||||||
|
@ -117,7 +116,7 @@ jobs:
|
||||||
if: startsWith(matrix.target, 'native_')
|
if: startsWith(matrix.target, 'native_')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd $HOME/libkiwix/build
|
cd build
|
||||||
meson test --verbose
|
meson test --verbose
|
||||||
ninja coverage
|
ninja coverage
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue