Overview
| Comment: | .travis.yml: Test with compiler TLS disabled |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
25c8296a5b2f3696f46e5813990453af |
| User & Date: | js on 2018-04-26 22:27:17 |
| Other Links: | manifest | tags |
Context
|
2018-04-26
| ||
| 23:24 | .travis.yml: Add a build for AmigaOS 3 (check-in: bd23271a55 user: js tags: trunk) | |
| 22:27 | .travis.yml: Test with compiler TLS disabled (check-in: 25c8296a5b user: js tags: trunk) | |
|
2018-04-24
| ||
| 00:06 | Fix compilation for PSP (check-in: ae0899ef7c user: js tags: trunk) | |
Changes
Modified .travis.yml from [2fcc91601e] to [73b470b099].
| ︙ | ︙ | |||
151 152 153 154 155 156 157 158 159 160 161 162 163 164 |
build_32_64 --disable-threads --disable-files;
build_32_64 --disable-threads --disable-sockets --disable-files;
build_32_64 --disable-sockets;
build_32_64 --disable-sockets --disable-files;
build_32_64 --disable-files;
build_32_64 --disable-shared;
build_32_64 --disable-shared --enable-seluid24;
fi
- if [ "$TRAVIS_OS_NAME" = "osx" -a -z "$config" ]; then
build_mac_32_64() {
build $@;
build OBJC="clang -m32" --host=i386-apple-darwin $@;
};
| > > | 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
build_32_64 --disable-threads --disable-files;
build_32_64 --disable-threads --disable-sockets --disable-files;
build_32_64 --disable-sockets;
build_32_64 --disable-sockets --disable-files;
build_32_64 --disable-files;
build_32_64 --disable-shared;
build_32_64 --disable-shared --enable-seluid24;
build_32_64 --disable-compiler-tls;
build_32_64 --disable-compiler-tls --disable-threads;
fi
- if [ "$TRAVIS_OS_NAME" = "osx" -a -z "$config" ]; then
build_mac_32_64() {
build $@;
build OBJC="clang -m32" --host=i386-apple-darwin $@;
};
|
| ︙ | ︙ |