Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | .travis.yml: Change download URL for amiga-gcc |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d7795b525ec71f2bdf50f2eebcea0c74 |
| User & Date: | js 2018-10-06 18:31:07.000 |
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
Changes to .travis.yml.
| ︙ | ︙ | |||
149 150 151 152 153 154 155 |
fi
- if [ "$config" = "wii" ]; then
sudo dkp-pacman --noconfirm -Syu wii-dev;
fi
- if [ "$config" = "amigaos" ]; 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
|
| ︙ | ︙ |