authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-29 12:10:38-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-29 12:10:38-07:00
log7c0ee423859739b5484de8de867006ead787fb66
tree908b2d10892c7c97cd8fe23b52a3e212dad7519b
parentd8fa8b5455058d235793a8b9ecdf252fb8dd8782

CI: TERM=dumb to source hut


1 files changed, 5 insertions(+), 0 deletions(-)

ci/srht/freebsd_script+5
...@@ -21,6 +21,11 @@ cd $ZIGDIR...@@ -21,6 +21,11 @@ cd $ZIGDIR
21# This will affect the cmake command below.21# This will affect the cmake command below.
22git config core.abbrev 922git config core.abbrev 9
2323
24# SourceHut reports that it is a terminal that supports escape codes, but it
25# is a filthy liar. Here we tell Zig to not try to send any terminal escape
26# codes to show progress.
27export TERM=dumb
28
24mkdir build29mkdir build
25cd build30cd build
26cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON31cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON