1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
sudo: required language: rust rust: - stable os: - linux before_install: - sudo apt-get update - sudo apt-get install -y -qq clang script: - RUSTFLAGS=-Awarnings cargo build -j`nproc`