mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
* attempt to add valgrind support to the CIs and testament * valgrind (currently) works only on 64-bit Linux
7 lines
91 B
Nim
7 lines
91 B
Nim
discard """
|
|
valgrind: true
|
|
cmd: "nim c --gc:destructors $file"
|
|
"""
|
|
|
|
echo "hello world"
|