ObjFW  Check-in [0362242302]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:.travis.yml: devkitPro keeps changing the URL... If it continues at this rate, we might need to mirror the file.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0362242302282b4a42d7bb563a5725ecb928d5fcf587f9c4f8765cd6c4abf78d
User & Date: js 2020-07-01 20:03:24.895
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
Unified Diff Ignore Whitespace Patch
Changes to .travis.yml.
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_1.0.2.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







|







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