1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-14 13:58:27 +03:00

2 Commits

Author SHA1 Message Date
Nick Wellnhofer
863b57925a Make Travis print UBSan stacktraces 2017-06-01 17:53:38 +02:00
Nick Wellnhofer
a2b5317834 Add .travis.yml
For now this is mainly useful if you work on a fork of the libxml2
mirror on GitHub:

    https://github.com/GNOME/libxml2

Start with two build setups:

- GCC with as many GNU extensions disabled as possible, trying to
  emulate a C89 compiler on a POSIX system.

- clang with ASan and UBSan.

The Python tests don't set an exit code, so Travis won't detect
failures. The same goes for "make tests", but we only run "make check"
anyway.
2017-06-01 14:32:23 +02:00