| author | |
| committer | |
| log | 7c0ee423859739b5484de8de867006ead787fb66 |
| tree | 908b2d10892c7c97cd8fe23b52a3e212dad7519b |
| parent | d8fa8b5455058d235793a8b9ecdf252fb8dd8782 |
1 files changed, 5 insertions(+), 0 deletions(-)
ci/srht/freebsd_script+5| ... | ... | @@ -21,6 +21,11 @@ cd $ZIGDIR |
| 21 | 21 | # This will affect the cmake command below. |
| 22 | 22 | git config core.abbrev 9 |
| 23 | 23 | |
| 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. | |
| 27 | export TERM=dumb | |
| 28 | ||
| 24 | 29 | mkdir build |
| 25 | 30 | cd build |
| 26 | 31 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON |