ObjFW  Check-in [1d154b247f]

Overview
Comment:.travis.yml: Disable devkitPro-based builds

Unfortunately the new binaries removed ObjC support and the old binaries
have been deleted.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1d154b247f91cbbf8a09a90a7ce200955e7d75f94e767b585f393b210f166e1e
User & Date: js on 2018-06-06 21:36:22
Other Links: manifest | tags
Context
2018-06-06
21:55
Deflate & LHA: Return buffer to stream on close check-in: fd9801229f user: js tags: trunk
21:36
.travis.yml: Disable devkitPro-based builds check-in: 1d154b247f user: js tags: trunk
2018-06-04
22:47
OFLHAArchive: Prefill the sliding window with ' ' check-in: 744956a000 user: js tags: trunk
Changes

Modified .travis.yml from [0603d683d7] to [0c5fd14030].

49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
    # AmigaOS
    - os: linux
      dist: trusty
      env:
        - config=amigaos

    # Nintendo DS and 3DS
    - os: linux
      dist: trusty
      env:
        - config=devkitarm

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

    # PSP
    - os: linux
      dist: trusty
      env:
        - config=devkitpsp

before_install:
  - if [ "$TRAVIS_OS_NAME" = "linux" -a -z "$config" ]; then
            if ! sudo apt-get -qq update >/tmp/apt_log 2>&1; then
                    cat /tmp/apt_log;
                    exit 1;
            fi;







|
|
|
|


|
|
|
|


|
|
|
|







49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
    # AmigaOS
    - os: linux
      dist: trusty
      env:
        - config=amigaos

    # Nintendo DS and 3DS
    #- os: linux
    #  dist: trusty
    #  env:
    #    - config=devkitarm

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

    # PSP
    #- os: linux
    #  dist: trusty
    #  env:
    #    - config=devkitpsp

before_install:
  - if [ "$TRAVIS_OS_NAME" = "linux" -a -z "$config" ]; then
            if ! sudo apt-get -qq update >/tmp/apt_log 2>&1; then
                    cat /tmp/apt_log;
                    exit 1;
            fi;