summaryrefslogtreecommitdiffhomepage
path: root/ci/ci-rust-script.sh
AgeCommit message (Expand)AuthorFilesLines
2020-08-26Build all Rust code on nighly, since the blocker is goneLinus Färnstrand1-6/+2
2020-08-26Deny all warnings instead of a select fewLinus Färnstrand1-1/+1
2020-08-26Make the unconditional_recursion Rust warning into an errorLinus Färnstrand1-1/+1
2020-05-13Don't source env.sh for AndroidLinus Färnstrand1-1/+1
2020-03-27Deny unused_parens warning in CILinus Färnstrand1-1/+1
2020-01-23Run build-wireguard-go.sh from ci scriptEmīls1-0/+4
2020-01-07Deny unused variables in Rust on CILinus Färnstrand1-1/+1
2019-11-25Deny unused_mut warningLinus Färnstrand1-1/+1
2019-11-18Install VS 2019 in Travis buildsDavid Lönnhager1-1/+1
2019-11-06Export RUSTFLAGS so they are respectedLinus Färnstrand1-1/+1
2019-10-25Install Rust with {channel}-{target-triple} insteadLinus Färnstrand1-5/+5
2019-10-25Move Windows rustup install to ci scriptLinus Färnstrand1-13/+20
2019-10-16Time the cargo build/test commands on CI as wellLinus Färnstrand1-2/+2
2019-10-15Time the build_windows_modules.sh scriptLinus Färnstrand1-1/+1
2019-10-15Only install Rust in ci script on *nixLinus Färnstrand1-4/+7
2019-10-15Add --profile minimal to our rustup installsLinus Färnstrand1-8/+10
2019-10-09Add --locked to all cargo build invocationsLinus Färnstrand1-2/+2
2019-10-07Ignore error while installing rustfmt-previewLinus Färnstrand1-3/+6
2019-09-03Use same CI script on AppVeyor as on TravisLinus Färnstrand1-0/+36