mirror of
https://github.com/status-im/nim-stew.git
synced 2025-01-09 11:45:42 +00:00
Install the Nimble dependencies
This commit is contained in:
parent
abd6f38f94
commit
8886bb9595
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -155,6 +155,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
nim --version
|
nim --version
|
||||||
nimble --version
|
nimble --version
|
||||||
|
nimble install -y --depsOnly
|
||||||
env TEST_LANG=c nimble test
|
env TEST_LANG=c nimble test
|
||||||
env TEST_LANG=cpp nimble test
|
env TEST_LANG=cpp nimble test
|
||||||
|
|
||||||
@ -173,5 +174,6 @@ jobs:
|
|||||||
- name: Test using VCC
|
- name: Test using VCC
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
export NIMFLAGS="-d:nimRawSetjmp"
|
||||||
env TEST_LANG=c nimble testvcc
|
env TEST_LANG=c nimble testvcc
|
||||||
env TEST_LANG=cpp nimble testvcc
|
env TEST_LANG=cpp nimble testvcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user