ObjFW  Diff

Differences From Artifact [95ad3d5768]:

  • File .travis.yml — part of check-in [f06e338487] at 2018-08-27 22:02:38 on branch trunk — .travis.yml: Disable Wii until libogc is updated (user: js size: 8832)

To Artifact [3e6b5032ed]:

  • File .travis.yml — part of check-in [d7795b525e] at 2018-10-06 18:31:07 on branch trunk — .travis.yml: Change download URL for amiga-gcc (user: js size: 8807) [more...]

149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
    fi

  - if [ "$config" = "wii" ]; then
            sudo dkp-pacman --noconfirm -Syu wii-dev;
    fi

  - if [ "$config" = "amigaos" ]; then
            wget -q http://franke.ms/download/amiga-toolchain-centos.tgz;
            tar -C / -xzf amiga-toolchain-centos.tgz;
    fi

script:
  - echo -e '%s/-DSTDOUT$/&_SIMPLE/\nwq' | ed -s tests/Makefile

  - build() {
            if ! git clean -fxd >/tmp/clean_log 2>&1; then







|
|







149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
    fi

  - if [ "$config" = "wii" ]; then
            sudo dkp-pacman --noconfirm -Syu wii-dev;
    fi

  - if [ "$config" = "amigaos" ]; then
            wget -q https://franke.ms/download/amiga-gcc.tgz;
            tar -C / -xzf amiga-gcc.tgz;
    fi

script:
  - echo -e '%s/-DSTDOUT$/&_SIMPLE/\nwq' | ed -s tests/Makefile

  - build() {
            if ! git clean -fxd >/tmp/clean_log 2>&1; then