diff --git a/.appveyor.yml b/.appveyor.yml index ad43a498..423cc6db 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -73,4 +73,5 @@ before_test: - cargo install-latest cargo-xbuild bootimage test_script: + - cargo xbuild - cargo bootimage diff --git a/.travis.yml b/.travis.yml index ff2ad445..1e6697ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,6 @@ before_script: - cargo install cargo-xbuild bootimage cargo-cache --debug -Z install-upgrade script: + - cargo xbuild - cargo bootimage - cargo cache --autoclean diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8a3dcda1..672a9add 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,9 +55,12 @@ steps: - script: cargo install cargo-xbuild bootimage --debug displayName: 'Install cargo-xbuild and bootimage' -- script: cargo bootimage +- script: cargo xbuild displayName: 'Build' +- script: cargo bootimage + displayName: 'Create Bootimage' + - script: rustup component add rustfmt displayName: 'Install Rustfmt'