1. 08 3月, 2016 2 次提交
  2. 07 3月, 2016 3 次提交
    • E
      Restore some mingw builds · 56cd71b4
      Emilia Kasper 提交于
      "no-pic" builds have in fact been green (and reasonably fast), so
      restore them while we figure out why tests without "no-pic" hang.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      56cd71b4
    • E
      Trim Travis config part 2 · b63447c1
      Emilia Kasper 提交于
      - Remove Win builds (temporarily). They're slow, allowed to fail,
        and therefore not useful as they are.
      - Make the --unified part of the matrix build-only. (This can be
        swapped if --unified becomes the default)
      - Only build 'no-engine' once, don't run any tests, but don't allow it
        to fail.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      b63447c1
    • E
      Trim the Travis config · 31356509
      Emilia Kasper 提交于
      - Remove no-asm. We've got to cut something, and this is at least
        partially covered by the sanitizer builds.
      - Remove enable-crypto-mdebug from sanitizer
        builds. enable-crypto-mdebug has been shown to catch some static
        initialization bugs that the standard leak sanitizer can't so
        perhaps it has _some_ value; but we shouldn't let the two compete.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      31356509
  3. 27 2月, 2016 1 次提交
  4. 26 2月, 2016 1 次提交
  5. 22 2月, 2016 1 次提交
  6. 13 2月, 2016 2 次提交
  7. 10 2月, 2016 1 次提交
  8. 29 1月, 2016 1 次提交
  9. 09 12月, 2015 1 次提交
  10. 07 12月, 2015 1 次提交
  11. 21 11月, 2015 2 次提交
  12. 16 10月, 2015 1 次提交
  13. 14 10月, 2015 2 次提交
  14. 12 10月, 2015 1 次提交
  15. 07 10月, 2015 1 次提交
    • A
      Fix travis builds on master · 2d284623
      Alessandro Ghedini 提交于
      -Allow mingw debug builds to fail on Travis CI
      -Fix Travis email notifications config
      -Rename a variable to avoid a bogus warning with old GCC
       error: declaration of ``dup'' shadows a global declaration [-Werror=shadow]
      -Disable pedantic ms-format warnings with mingw
      -Properly define const DH parameters
      -Restore --debug flag in Travis CI builds; -d would get incorrectly passed
       to ./Configure in mingw debug builds.
      Signed-off-by: NRich Salz <rsalz@openssl.org>
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      2d284623
  16. 25 9月, 2015 2 次提交
  17. 23 9月, 2015 1 次提交
    • R
      GH398: Add mingw cross-compile, etc. · db9defdf
      Rich Salz 提交于
      For all release branches.  It adds travis build support. If you don't
      have a config file it uses the default (because we enabled travis for the
      project), which uses ruby/rake/rakefiles, and you get confusing "build
      still failing" messages.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      db9defdf
  18. 03 9月, 2015 1 次提交