mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
[CI] AAA
This commit is contained in:
parent
0e746465c6
commit
9e4348c6e3
1 changed files with 3 additions and 2 deletions
|
|
@ -68,14 +68,15 @@ jobs:
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib 2> /dev/null || true
|
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib 2> /dev/null || true
|
||||||
musl-gcc -static -o "${PREFIX}/parsee.$(uname -m)" $(find build/ -name '*.o') -lm -lpthread -lssl -lCytoplasm -lssl -lcrypto -llmdb -flto -fdata-sections -ffunction-sections -s -Wl,-gc-sections -lCytoplasm
|
musl-gcc -static -o "parsee.$(uname -m)" $(find build/ -name '*.o') -lm -lpthread -lssl -lCytoplasm -lssl -lcrypto -llmdb -flto -fdata-sections -ffunction-sections -s -Wl,-gc-sections -lCytoplasm
|
||||||
ls $PREFIX
|
ls $PREFIX
|
||||||
- name: Create a final archive
|
- name: Create a final archive
|
||||||
run: |
|
run: |
|
||||||
cd parsee
|
cd parsee
|
||||||
mkdir bins
|
mkdir bins
|
||||||
ls "${PREFIX}"
|
ls "${PREFIX}"
|
||||||
cp "${PREFIX}/parsee.$(uname -m)" bins
|
ls .
|
||||||
|
cp "parsee.$(uname -m)" bins
|
||||||
cp $(find . -name "*.$(uname -m)") bins
|
cp $(find . -name "*.$(uname -m)") bins
|
||||||
tar -czvf "$(uname)-$(uname -m).tgz" bins
|
tar -czvf "$(uname)-$(uname -m).tgz" bins
|
||||||
cp "$(uname)-$(uname -m).tgz" ..
|
cp "$(uname)-$(uname -m).tgz" ..
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue