blob: 2333df302ad0e43014ccebddfbb93967fff6c9f9 [file] [log] [blame]
Alistair Francis3badb192020-03-09 17:07:25 -07001# Disable bors on the bors temp branch
torfmasterb03e84f2019-12-28 18:31:58 +01002branches:
Alistair Francis3badb192020-03-09 17:07:25 -07003 except:
4 - staging.tmp
5 - trying.tmp
torfmasterb03e84f2019-12-28 18:31:58 +01006
Philipp Vollmerd7ab0262018-01-18 18:05:30 +01007language: rust
8rust:
Woyten27760872020-03-27 10:21:41 +01009 - nightly-2020-04-06
Philipp Vollmerd7ab0262018-01-18 18:05:30 +010010
Philipp Vollmerd7ab0262018-01-18 18:05:30 +010011os:
Woyten80dbde82018-02-10 19:38:47 +010012 - linux
Philipp Vollmerd7ab0262018-01-18 18:05:30 +010013
torfmasterbbd847d2020-01-10 08:50:41 +010014cache: cargo
Philipp Vollmerd7ab0262018-01-18 18:05:30 +010015
Woyten80dbde82018-02-10 19:38:47 +010016install:
Alistair Francis71eee6f2020-06-24 08:53:25 -070017 - CI=y make -j8 setup
18 - rm -rf ~/opentitan* # Make sure this isn't left over, see https://github.com/tock/tock/pull/1978
Woyten80dbde82018-02-10 19:38:47 +010019
20script:
Alistair Francis9f0b5ee2020-03-09 17:01:53 -070021 - make test