Don't use stint's nim.cfg during CI to compile koch (#63)

* Don't use stint's nim.cfg during CI to compile koch

* skip both project and parentcfg?

* reorder switches

* everything should skip the cfg

* Use .nimble switch - nim.cfg causes problem when updating packages

* remove the skip compile flags
This commit is contained in:
Mamy Ratsimbazafy 2018-08-21 14:19:39 +02:00 committed by GitHub
parent fc27e86061
commit bd734b6845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
--experimental:ForLoopMacros
# --experimental:ForLoopMacros # Deactivated for CI - https://github.com/status-im/nimbus/pull/110#issuecomment-414326444

View File

@ -17,6 +17,7 @@ proc test(name: string, lang: string = "c") =
--run
--nimcache: "nimcache"
switch("out", ("./build/" & name))
switch("experimental", "ForLoopMacros")
setCommand lang, "tests/" & name & ".nim"
task test_internal_debug, "Run tests for internal procs - test implementation (StUint[64] = 2x uint32":