mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 17:12:31 +00:00
travis: don't upload other files as artifacts
This commit is contained in:
parent
21b47b34d8
commit
d1f8e722b5
@ -13,6 +13,6 @@ make -j2 install
|
||||
./zig build --build-file ../build.zig test
|
||||
|
||||
cd $TRAVIS_BUILD_DIR
|
||||
rm .gitignore
|
||||
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