mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[CI] Build with submodules
This commit is contained in:
parent
7c4333f137
commit
1f7a220a8f
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib"
|
alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib"
|
||||||
cd repos/mbed
|
cd repos/mbed
|
||||||
|
git submodule update --init
|
||||||
python3 -m pip install -r scripts/basic.requirements.txt --break-system-packages
|
python3 -m pip install -r scripts/basic.requirements.txt --break-system-packages
|
||||||
make CC=musl-gcc -j$(nproc)
|
make CC=musl-gcc -j$(nproc)
|
||||||
make install DESTDIR=${PREFIX} -j$(nproc)
|
make install DESTDIR=${PREFIX} -j$(nproc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue