Differences From Artifact [2f621d61d1]:
- File .travis.yml — part of check-in [44c03cae44] at 2020-07-01 19:01:26 on branch trunk — .travis.yml: Fix .deb name for devkitPro (user: js, size: 12440) [annotate] [blame] [check-ins using]
To Artifact [aed3dda05e]:
- File
.travis.yml
— part of check-in
[0362242302]
at
2020-07-01 20:03:24
on branch trunk
— .travis.yml: devkitPro keeps changing the URL...
If it continues at this rate, we might need to mirror the file. (user: js, size: 12434) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
266 267 268 269 270 271 272 | if grep precise /etc/lsb-release >/dev/null; then sudo ipx_internal_net add 1234 123456; fi; fi - if [ "$config" = "nintendo_3ds" -o "$config" = "nintendo_ds" -o "$config" = "wii" ]; then | | | 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 | if grep precise /etc/lsb-release >/dev/null; then sudo ipx_internal_net add 1234 123456; fi; fi - if [ "$config" = "nintendo_3ds" -o "$config" = "nintendo_ds" -o "$config" = "wii" ]; then deb=devkitpro-pacman.amd64.deb; wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/$deb; sudo dpkg -i $deb; fi - if [ "$config" = "nintendo_3ds" ]; then sudo dkp-pacman --noconfirm -Syu 3ds-dev; fi |
︙ | ︙ |