mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-02 21:13:07 +00:00
ci improvement - 6
This commit is contained in:
parent
7f33781845
commit
bc26ed172a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-15]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 45
|
||||
timeout-minutes: 180
|
||||
|
||||
name: build-${{ matrix.os }}
|
||||
steps:
|
||||
@ -90,7 +90,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-15]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 45
|
||||
timeout-minutes: 180
|
||||
|
||||
name: test-${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
5
.github/workflows/windows-build.yml
vendored
5
.github/workflows/windows-build.yml
vendored
@ -78,6 +78,11 @@ jobs:
|
||||
nimble -v
|
||||
make update
|
||||
|
||||
- name: Clone vendors (for RLN)
|
||||
run: |
|
||||
export PATH="$NIMBLE_BIN:$NIM_DLLS:$HOME/.nimble/bin:$PATH"
|
||||
make vendors
|
||||
|
||||
- name: Building wakunode2.exe
|
||||
run: |
|
||||
export PATH="$NIMBLE_BIN:$NIM_DLLS:$HOME/.nimble/bin:$PATH"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user