mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
linux apps double check
This commit is contained in:
parent
2b1c97a3b5
commit
c018bba964
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ jobs:
|
||||||
./create-appimages.sh
|
./create-appimages.sh
|
||||||
rm -rf artifacts
|
rm -rf artifacts
|
||||||
|
|
||||||
|
- name: Quick test
|
||||||
|
run: |
|
||||||
|
./appimages/artifacts/lite-client --appimage-extract
|
||||||
|
ldd ./appimages/artifacts/squashfs-root/usr/bin/lite-client
|
||||||
|
./appimages/artifacts/lite-client -V
|
||||||
|
|
||||||
- name: Build TON libs
|
- name: Build TON libs
|
||||||
run: |
|
run: |
|
||||||
cp assembly/native/build-ubuntu-portable-libs.sh .
|
cp assembly/native/build-ubuntu-portable-libs.sh .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue