mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-10 17:03:09 +00:00
chore: final setup for ci
This commit is contained in:
parent
7d8fbd3d74
commit
f252338b80
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
- 'vendor/**'
|
||||
- 'Makefile'
|
||||
- 'waku.nimble'
|
||||
- 'nimble.lock'
|
||||
- 'library/**'
|
||||
v2:
|
||||
- 'waku/**'
|
||||
@ -63,6 +64,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
run: |
|
||||
@ -104,6 +111,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
run: |
|
||||
@ -171,6 +184,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
run: |
|
||||
|
||||
7
.github/workflows/container-image.yml
vendored
7
.github/workflows/container-image.yml
vendored
@ -46,6 +46,13 @@ jobs:
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
|
||||
8
.github/workflows/release-assets.yml
vendored
8
.github/workflows/release-assets.yml
vendored
@ -26,7 +26,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
|
||||
13
.github/workflows/windows-build.yml
vendored
13
.github/workflows/windows-build.yml
vendored
@ -56,17 +56,22 @@ jobs:
|
||||
run: |
|
||||
which upx gcc g++ make cmake cargo rustc python
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
|
||||
- name: Updating submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Creating tmp directory
|
||||
run: mkdir -p tmp
|
||||
|
||||
- name: Building Nim
|
||||
- name: Install Nimble dependencies
|
||||
run: |
|
||||
cd vendor/nimbus-build-system/vendor/Nim
|
||||
./build_all.bat
|
||||
cd ../../../..
|
||||
nimble install --depsOnly -y
|
||||
nimble setup
|
||||
|
||||
- name: Building miniupnpc
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user