Browse Source

Make travis work again

pull/10/head
Fenrir 7 years ago committed by FenrirWolf
parent
commit
6070a762e4
  1. 6
      .travis.yml

6
.travis.yml

@ -13,11 +13,9 @@ install: @@ -13,11 +13,9 @@ install:
- pushd /tmp
# Install DevkitARM
- export DEVKITPRO="$HOME/dkp"
- export DEVKITPRO="/opt/devkitpro"
- export DEVKITARM="$DEVKITPRO/devkitARM"
- export PATH="$PATH:$DEVKITARM/bin"
- export CC_3ds="$DEVKITARM/bin/arm-none-eabi-gcc"
- export TARGET_CFLAGS="-mfloat-abi=hard -march=armv6k"
- wget https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitARMupdate.pl
- chmod +x devkitARMupdate.pl
- ./devkitARMupdate.pl "$DEVKITPRO"
@ -32,4 +30,6 @@ install: @@ -32,4 +30,6 @@ install:
script:
- cd examples
- export CC_3ds="arm-none-eabi-gcc"
- export TARGET_CFLAGS="-mfloat-abi=hard -march=armv6k"
- RUST_TARGET_PATH=$(pwd) xargo build --release

Loading…
Cancel
Save