Skip to content

Commit

Permalink
travis artifacts: don't upload extra stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Apr 3, 2018
1 parent aadc14f commit 65e4bb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/travis_linux_script
Expand Up @@ -12,5 +12,6 @@ cmake .. -DCMAKE_INSTALL_PREFIX=$(pwd)
make -j2 install
./zig build --build-file ../build.zig test

mkdir $TRAVIS_BUILD_DIR/artifacts
docker run -it --mount type=bind,source="$TRAVIS_BUILD_DIR/artifacts",target=/z ziglang/static-base:llvm6-1 -j2 $TRAVIS_COMMIT
cd $TRAVIS_BUILD_DIR
git clean -fd
docker run -it --mount type=bind,source="$TRAVIS_BUILD_DIR",target=/z ziglang/static-base:llvm6-1 -j2 $TRAVIS_COMMIT

0 comments on commit 65e4bb1

Please sign in to comment.