1.16 RUST stable for stable

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-06-09 20:50:18 +03:00 committed by GitHub
parent 1ed6ee01de
commit a135c71d5d

View File

@ -302,10 +302,11 @@ linux-armv6:
only:
# - beta
# - tags
# - stable
- stable
- triggers
script:
- rustup install 1.16
-- rustup install 1.16.0-arm-unknown-linux-gnueabi
- rustup default 1.16.0-arm-unknown-linux-gnueabi
- export CC=arm-linux-gnueabi-gcc
- export CXX=arm-linux-gnueabi-g++
- export HOST_CC=gcc