Disable Game Boy Advance build job temporarily
This commit is contained in:
parent
174fd52167
commit
57ba80a914
1 changed files with 28 additions and 28 deletions
|
|
@ -188,34 +188,34 @@ jobs:
|
|||
- script: cargo test --manifest-path crates/stdarch-verify/Cargo.toml
|
||||
displayName: Automatic verification
|
||||
|
||||
- job: GameBoyAdvance
|
||||
dependsOn: StyleAndDocs
|
||||
pool:
|
||||
vmImage: ubuntu-16.04
|
||||
steps:
|
||||
- template: ci/azure-install-rust.yml
|
||||
- script: rustup component add rust-src
|
||||
displayName: Add rust-src
|
||||
- script: (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
|
||||
displayName: Add cargo-xbuild
|
||||
# - job: GameBoyAdvance
|
||||
# dependsOn: StyleAndDocs
|
||||
# pool:
|
||||
# vmImage: ubuntu-16.04
|
||||
# steps:
|
||||
# - template: ci/azure-install-rust.yml
|
||||
# - script: rustup component add rust-src
|
||||
# displayName: Add rust-src
|
||||
# - script: (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
|
||||
# displayName: Add cargo-xbuild
|
||||
# Obtain the devkitPro tools, using `target/` as a temp directory. This
|
||||
# is required because we need to use their linker. `lld` uses the `BLX`
|
||||
# instruction, which was not available in thumb state code until ARMv5.
|
||||
- script: |
|
||||
mkdir -p target
|
||||
cd target
|
||||
wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
|
||||
sudo dpkg -i devkitpro-pacman.deb
|
||||
sudo dkp-pacman -Sy
|
||||
sudo dkp-pacman -Syu
|
||||
sudo dkp-pacman -S -v --noconfirm gba-tools devkitARM
|
||||
export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
|
||||
export PATH="$PATH:/opt/devkitpro/tools/bin"
|
||||
cd ..
|
||||
# Pull the target spec up into the current directory and then build
|
||||
mv ci/gba.json gba.json
|
||||
cargo xbuild -p core_arch --target gba.json
|
||||
variables:
|
||||
NORUN: 1
|
||||
NOSTD: 1
|
||||
NO_DOCKER: 1
|
||||
# - script: |
|
||||
# mkdir -p target
|
||||
# cd target
|
||||
# wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
|
||||
# sudo dpkg -i devkitpro-pacman.deb
|
||||
# sudo dkp-pacman -Sy
|
||||
# sudo dkp-pacman -Syu
|
||||
# sudo dkp-pacman -S -v --noconfirm gba-tools devkitARM
|
||||
# export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
|
||||
# export PATH="$PATH:/opt/devkitpro/tools/bin"
|
||||
# cd ..
|
||||
# # Pull the target spec up into the current directory and then build
|
||||
# mv ci/gba.json gba.json
|
||||
# cargo xbuild -p core_arch --target gba.json
|
||||
# variables:
|
||||
# NORUN: 1
|
||||
# NOSTD: 1
|
||||
# NO_DOCKER: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue