Overview
| Comment: | .travis.yml: devkitPro keeps changing the URL...
If it continues at this rate, we might need to mirror the file. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
0362242302282b4a42d7bb563a5725ec |
| User & Date: | js on 2020-07-01 20:03:24 |
| Other Links: | manifest | tags |
Context
|
2020-07-01
| ||
| 20:17 | .travis.yml: Move AmigaOS/DS/3DS/Wii to Bionic (check-in: 324cf921ed user: js tags: trunk) | |
| 20:03 | .travis.yml: devkitPro keeps changing the URL... (check-in: 0362242302 user: js tags: trunk) | |
| 19:57 | Convert apple-forwarding-i386.S to Intel syntax (check-in: aa9a770184 user: js tags: trunk) | |
Changes
Modified .travis.yml from [2f621d61d1] to [aed3dda05e].
| ︙ | |||
266 267 268 269 270 271 272 | 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
|
| ︙ |