mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 08:33:06 +00:00
ci: freebsd tests docs
This commit is contained in:
parent
b44ff4ca8e
commit
fd2993578d
@ -23,7 +23,7 @@ cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON
|
||||
make $JOBS install
|
||||
# TODO test everything. I just made it short to test the part after this
|
||||
release/bin/zig build --build-file ../build.zig test-behavior -Dskip-release
|
||||
release/bin/zig build --build-file ../build.zig test-behavior -Dskip-release docs
|
||||
|
||||
if [ -f ~/.s3cfg ]; then
|
||||
mv ../LICENSE release/
|
||||
|
Loading…
Reference in New Issue
Block a user