ObjFW  Diff

Differences From 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)

To Artifact [a5fe38c2fd]:

  • File .travis.yml — part of check-in [324cf921ed] at 2020-07-01 20:17:34 on branch trunk — .travis.yml: Move AmigaOS/DS/3DS/Wii to Bionic (user: js size: 12434)

215
216
217
218
219
220
221
222

223
224
225
226
227
228

229
230
231
232
233
234

235
236
237
238
239
240

241
242
243
244
245
246
247
215
216
217
218
219
220
221

222
223
224
225
226
227

228
229
230
231
232
233

234
235
236
237
238
239

240
241
242
243
244
245
246
247







-
+





-
+





-
+





-
+







      osx_image: xcode7.3
      language: objective-c
      env:
        - config=ios

    # AmigaOS
    - os: linux
      dist: trusty
      dist: bionic
      env:
        - config=amigaos

    # Nintendo 3DS
    - os: linux
      dist: trusty
      dist: bionic
      env:
        - config=nintendo_3ds

    # Nintendo DS
    - os: linux
      dist: trusty
      dist: bionic
      env:
        - config=nintendo_ds

    # Nintendo Wii
    - os: linux
      dist: trusty
      dist: bionic
      env:
        - config=wii

before_install:
  - if [ "$TRAVIS_OS_NAME" = "linux" -a -z "$config" ]; then
            case "$TRAVIS_CPU_ARCH" in
                    amd64 | s390x)