Overview
| Comment: | .travis.yml: Update devkitPro pacman .deb URL |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1653f80f51cb69468257c63aaa9720c8 |
| User & Date: | js on 2020-07-01 00:33:46 |
| Other Links: | manifest | tags |
Context
|
2020-07-01
| ||
| 00:49 | call-x86_64-elf.S: Fix several typos (check-in: 12a2c2d6c0 user: js tags: trunk) | |
| 00:33 | .travis.yml: Update devkitPro pacman .deb URL (check-in: 1653f80f51 user: js tags: trunk) | |
|
2020-06-30
| ||
| 23:56 | Convert call-x86_64-elf.S to Intel syntax (check-in: 71c7f864e4 user: js tags: trunk) | |
Changes
Modified .travis.yml from [839879cad6] to [059d61e67e].
| ︙ | |||
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
|
| ︙ |