Build loaf for minitest
This commit is contained in:
parent
0c2ca16f7a
commit
0e003b5dba
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ task docs, "Generate docs":
|
|||
buildDocs(@["nimterop/all.nim"], "build/htmldocs")
|
||||
|
||||
task minitest, "Test for Nim CI":
|
||||
exec "nim c -f -d:danger nimterop/loaf.nim"
|
||||
exec "nim c -f -d:danger nimterop/toast"
|
||||
exec "nim c -f -d:checkAbi -r tests/tast2.nim"
|
||||
exec "nim c -f -d:checkAbi -d:zlibJBB -d:zlibSetVer=1.2.11 -r tests/zlib.nim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue