mirror of
https://github.com/ziglang/zig.git
synced 2025-02-07 13:10:22 +00:00
travis: don't upload build/ folder as artifacts
This commit is contained in:
parent
65e4bb149e
commit
21b47b34d8
@ -14,4 +14,5 @@ make -j2 install
|
||||
|
||||
cd $TRAVIS_BUILD_DIR
|
||||
git clean -fd
|
||||
rm -rf build
|
||||
docker run -it --mount type=bind,source="$TRAVIS_BUILD_DIR",target=/z ziglang/static-base:llvm6-1 -j2 $TRAVIS_COMMIT
|
||||
|
Loading…
Reference in New Issue
Block a user