ObjFW  Check-in [d7795b525e]

Overview
Comment:.travis.yml: Change download URL for amiga-gcc
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d7795b525ec71f2bdf50f2eebcea0c74b6d56450691c00a72a8933935b33935d
User & Date: js on 2018-10-06 18:31:07
Other Links: manifest | tags
Context
2018-10-06
18:39
OFSystemInfo: Fix signedness in comparison check-in: 9723036211 user: js tags: trunk
18:31
.travis.yml: Change download URL for amiga-gcc check-in: d7795b525e user: js tags: trunk
18:24
OFTCPSocket: Allow specifying the run loop mode check-in: 29e9a4c868 user: js tags: trunk
Changes

Modified .travis.yml from [95ad3d5768] to [3e6b5032ed].

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