about summary refs log tree commit diff
path: root/src/ci/docker/x86_64-gnu-distcheck
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-31 17:42:40 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-01-12 15:29:04 -0800
commit318767266fece7b0c3f2965d6664b80b7aaa1613 (patch)
treea3de1496b249b6325c800245b1301a78a50b4a03 /src/ci/docker/x86_64-gnu-distcheck
parente35717814686ea3e3d44a8f5c1c20d1cd50be82a (diff)
downloadrust-318767266fece7b0c3f2965d6664b80b7aaa1613.tar.gz
rust-318767266fece7b0c3f2965d6664b80b7aaa1613.zip
travis: Start uploading artifacts on commits
This commit starts adding the infrastructure for uploading release artifacts
from AppVeyor/Travis on each commit. The idea is that eventually we'll upload a
full release to AppVeyor/Travis in accordance with plans [outlined earlier].

Right now this configures Travis/Appveyor to upload all tarballs in the `dist`
directory, and various images are updated to actually produce tarballs in these
directories. These are nowhere near ready to be actual release artifacts, but
this should allow us to play around with it and test it out. Once this commit
lands we should start seeing artifacts uploaded on each commit.

[outlined earlier]: https://internals.rust-lang.org/t/rust-ci-release-infrastructure-changes/4489
Diffstat (limited to 'src/ci/docker/x86_64-gnu-distcheck')
-rw-r--r--src/ci/docker/x86_64-gnu-distcheck/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-distcheck/Dockerfile b/src/ci/docker/x86_64-gnu-distcheck/Dockerfile
index 880c70866b0..57a2c103f1e 100644
--- a/src/ci/docker/x86_64-gnu-distcheck/Dockerfile
+++ b/src/ci/docker/x86_64-gnu-distcheck/Dockerfile
@@ -23,4 +23,4 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini
 ENTRYPOINT ["/usr/bin/dumb-init", "--"]
 
 ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
-ENV XPY_RUN test distcheck
+ENV SCRIPT python2.7 ../x.py test distcheck