mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[CI] C'est le commit final
This commit is contained in:
parent
7ab99982f5
commit
e9b36730b5
1 changed files with 14 additions and 1 deletions
|
|
@ -70,4 +70,17 @@ jobs:
|
|||
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
|
||||
ls $PREFIX
|
||||
|
||||
- name: Create a final archive
|
||||
run: |
|
||||
cd parsee
|
||||
mkdir bin
|
||||
cp "${PREFIX}/parsee.$(uname -m)" bin
|
||||
cp ../*.$(uname -m) bin
|
||||
tar -czvf "$(uname)-$(uname -m).tgz" bin
|
||||
cp "$(uname)-$(uname -m).tgz" ..
|
||||
echo "PGZ=$(uname)-$(uname -m).tgz" >> $GITHUB_ENV
|
||||
- name: Upload it all
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.PGZ }}
|
||||
path: ${{ env.PGZ }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue