Merge pull request #132 from status-im/install-nimbus

Install nimbus during tests to make sure it compiles
This commit is contained in:
Jacek Sieka 2018-09-03 12:13:03 -06:00 committed by GitHub
commit 60814a097f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -22,7 +22,7 @@ install:
- cd ../..
script:
- nimble install -dy && nimble test
- nimble install -y && nimble test
matrix:
# allow_failures:

3
nimbus/nimbus.nims Normal file
View File

@ -0,0 +1,3 @@
switch("experimental", "ForLoopMacros")