Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | .travis.yml: Disable Amiga till amiga-gcc is fixed |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
09382029f6943467a53855c9e2566e85 |
| User & Date: | js 2019-04-21 21:41:25.000 |
Context
|
2019-04-22
| ||
| 09:17 | OFSystemInfo: AltiVec detection for AmigaOS 4 check-in: 7ef650a6ec user: js tags: trunk | |
|
2019-04-21
| ||
| 21:41 | .travis.yml: Disable Amiga till amiga-gcc is fixed check-in: 09382029f6 user: js tags: trunk | |
| 17:26 | runtime: Fix missing _t suffix in types check-in: f0c9c3a9f7 user: js tags: trunk | |
Changes
Changes to .travis.yml.
| ︙ | ︙ | |||
93 94 95 96 97 98 99 |
- os: osx
osx_image: xcode6.4
language: objective-c
env:
- config=ios
# AmigaOS
| | | | | | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
- os: osx
osx_image: xcode6.4
language: objective-c
env:
- config=ios
# AmigaOS
#- os: linux
# dist: trusty
# env:
# - config=amigaos
# Nintendo 3DS
- os: linux
dist: trusty
env:
- config=nintendo_3ds
|
| ︙ | ︙ |