ObjFW  Diff

Differences From Artifact [2fcc91601e]:

  • File .travis.yml — part of check-in [d3b3396366] at 2018-03-11 14:39:42 on branch trunk — .travis.yml: Store logs in /tmp This is mostly relevant for clean_log, as cleaning can clean the clean_log first and then fail on another file. (user: js size: 8261)

To Artifact [73b470b099]:

  • File .travis.yml — part of check-in [25c8296a5b] at 2018-04-26 22:27:17 on branch trunk — .travis.yml: Test with compiler TLS disabled (user: js size: 8375)

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 $@;
            };