Merge pull request #132 from status-im/install-nimbus
Install nimbus during tests to make sure it compiles
This commit is contained in:
commit
60814a097f
|
@ -54,7 +54,7 @@ install:
|
||||||
- koch nimble
|
- koch nimble
|
||||||
build_script:
|
build_script:
|
||||||
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
|
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
|
||||||
- nimble install -dy
|
- nimble install -y
|
||||||
test_script:
|
test_script:
|
||||||
- nimble test
|
- nimble test
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ install:
|
||||||
- cd ../..
|
- cd ../..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nimble install -dy && nimble test
|
- nimble install -y && nimble test
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# allow_failures:
|
# allow_failures:
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
switch("experimental", "ForLoopMacros")
|
||||||
|
|
Loading…
Reference in New Issue