summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-16 10:46:04 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-16 10:46:04 +0300
commitcdbbae2151b3e0c8502f914a76fb66e6c784419c (patch)
tree5cc975e0b3ca7cb31f683ae3cc33a9e748479155 /.gitlab-ci.yml
parent63be3725f15d227ddcff6910899e68c9820a99fb (diff)
Announce which Rust version we are installing for readability
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6efb8da..e89c305 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ image: ubuntu:xenial
before_script:
- apt-get update
- apt-get -y install sudo curl git file g++ cmake
+ - echo Installing Rust from $CI_BUILD_NAME channel
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $CI_BUILD_NAME
- . ~/.cargo/env && rustc -V && cargo -V