ObjFW  Diff

Differences From Artifact [02fc4798d7]:

  • File .travis.yml — part of check-in [7acee0909f] at 2018-08-11 21:34:06 on branch trunk — .travis.yml: Re-enable 3DS, DS and Wii PSP is unfortunately no longer part of devkitPro. (user: js size: 8786)

To 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)

111
112
113
114
115
116
117

118
119
120
121
122
123
124
125
126
127
128
    # Nintendo DS
    - os: linux
      dist: trusty
      env:
        - config=nintendo_ds

    # Nintendo Wii

    - os: linux
      dist: trusty
      env:
        - config=wii

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;







>
|
|
|
|







111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
    # Nintendo DS
    - os: linux
      dist: trusty
      env:
        - config=nintendo_ds

    # Nintendo Wii
    # TODO: Enable once libogc is updated
    #- os: linux
    #  dist: trusty
    #  env:
    #    - config=wii

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;