diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-02-07 07:37:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 16:37:40 +0100 |
commit | 1f725f1d7e05c28a8465b55b65a538408707e3e3 (patch) | |
tree | fc8c66988e5c983fe4c13e4ebf5a8a1caa485a16 /.builds | |
parent | 79ec8c257183e01c01811a34e3930de7814756fb (diff) | |
download | Nim-1f725f1d7e05c28a8465b55b65a538408707e3e3.tar.gz |
miscellaneous bug fixes (part 3) (#13304)
* fix deprecation; fix indentation * git clone: use -q * fix Warning: pragma before generic parameter list is deprecated; fix typo * bugfix: sysTypeFromName("float64") was never cached
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/freebsd.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 73704598f..7810e39af 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -22,9 +22,9 @@ tasks: - test: | cd Nim if ! ./koch runCI; then - nim c -r tools/ci_testresults.nim - exit 1 - fi + nim c -r tools/ci_testresults.nim + exit 1 + fi triggers: - action: email condition: failure |