mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-18 04:39:29 +00:00
restore make update and add check arch in ci
This commit is contained in:
parent
7e34730fff
commit
a06718fcb0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -113,6 +113,12 @@ jobs:
|
|||||||
echo "=== Verify nimcrypto is in paths ==="
|
echo "=== Verify nimcrypto is in paths ==="
|
||||||
grep -c nimcrypto nimble.paths || echo "WARNING: nimcrypto not found in nimble.paths!"
|
grep -c nimcrypto nimble.paths || echo "WARNING: nimcrypto not found in nimble.paths!"
|
||||||
|
|
||||||
|
- name: Make update
|
||||||
|
run: make update
|
||||||
|
|
||||||
|
- name: Check arch of loaded dependencies
|
||||||
|
run: find . -name upnpdev.o -exec file {} \;
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 NIM_PARAMS="-d:BORINGSS_USE_ASM=false" USE_LIBBACKTRACE=0 all
|
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 NIM_PARAMS="-d:BORINGSS_USE_ASM=false" USE_LIBBACKTRACE=0 all
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user