We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d8bb1 commit 6863f1cCopy full SHA for 6863f1c
bench/bench_nim.yaml
@@ -60,7 +60,7 @@ environments:
60
# docker: nimlang/nim
61
include: nim
62
include_sub_dir:
63
- before_build:
+ before_build: nimble install --depsOnly
64
build: nimble build app -y --mm:orc -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --verbose
65
after_build:
66
- cp app out
@@ -72,7 +72,7 @@ environments:
72
73
74
75
76
build: nimble build app -y --mm:orc --cc:clang -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --verbose
77
78
0 commit comments