mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
* attempt to add valgrind support to the CIs and testament
* valgrind (currently) works only on 64-bit Linux
(cherry picked from commit 223e65e529)
7 lines
91 B
Nim
7 lines
91 B
Nim
discard """
|
|
valgrind: true
|
|
cmd: "nim c --gc:destructors $file"
|
|
"""
|
|
|
|
echo "hello world"
|