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
|
||||
build_script:
|
||||
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
|
||||
- nimble install -dy
|
||||
- nimble install -y
|
||||
test_script:
|
||||
- nimble test
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ install:
|
|||
- cd ../..
|
||||
|
||||
script:
|
||||
- nimble install -dy && nimble test
|
||||
- nimble install -y && nimble test
|
||||
|
||||
matrix:
|
||||
# allow_failures:
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
switch("experimental", "ForLoopMacros")
|
||||
|
Loading…
Reference in New Issue