Install the Nimble dependencies
This commit is contained in:
parent
abd6f38f94
commit
8886bb9595
|
@ -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…
Reference in New Issue