24 Commits (766111f48d5c20b5f86bd37ee7cde3ee26316f7f)

Author SHA1 Message Date
Luis Díaz Más d3a321cf74 ci - Remove old ubuntu versions & use only 2 threads to build 4 years ago
Luis Díaz Más 6b0e4a2e6d ci - changes to use c++11 4 years ago
Luis Díaz Más f1fe122585 CI: Fix how we pass CMake options in travis 5 years ago
clanmills 84400dbac0 Don't use ASAN on CI. 5 years ago
clanmills b4aa32988a Simplify ci/run.sh 5 years ago
clanmills d2d73a70e8 Add -DCMAKE_CXX_FLAGS=-Wno-deprecated to stop the CI job logs from overflowing. 5 years ago
clanmills d76d5345c4 Use make -j 2 (can this fail if there's only one core?) 5 years ago
clanmills c69c6d0848 tidy up ci and test scripts 5 years ago
Luis Diaz Mas b7445fb2e4 Fix OSX build 5 years ago
Luis Díaz Más daf7e15d61 travis: use newer xcode version (fix build) 6 years ago
Luis Diaz Mas dbed8472b9 conan: update gtest version and way in which we create the conan profile
- use default profile
- Use libstc+11 for the conan profile
- gtest-1.8.0 for MSVC < 12.
7 years ago
Luis Diaz Mas 0810af3ea5 travis: enable webready/curl 7 years ago
Luis Díaz Más 2269708736 CI: New check for detecting issues with the installation of public headers 7 years ago
Luis Díaz Más a6d82633c3 Enable WARNINGS_AS_ERRORS in CI jobs.
- Move the settings to other cmake file. This will not be used for XMP code
- Disable WARNINGS_AS_ERRORS for VS2008 and VS2010
7 years ago
Luis Díaz Más e3a75ede85 Disable verbosity in make call 7 years ago
Dan Čermák 0f43d0f49d [Travis CI] Add new matrix entry: run test suite under Valgrind 7 years ago
Dan Čermák bf43cbbccc [testsuite] Set env var TZ in redmine issue 1054 & remove skip
The manual export TZ=UTC in run.sh is thereby no longer needed
7 years ago
Dan Čermák da7239cf74 [Travis CI] Enable sanitizers for gcc & OSX builds 7 years ago
Luis Diaz Mas 8ba9422ba3 travis: Enable coverage reports in gcc build
* I also had to update the conan version to fix some issues in CI.
* Codecov reports are now added to the README.md and to each PR.
7 years ago
Luis Diaz Mas 59585fa3af [Travis] export TZ=UTC before running tests
This is needed in some tests which are using exiv2json.
It seems that during metadata conversion, the dates are converted from the
original timezone (which seems to be saved in xmp) into the local time zone.
7 years ago
Dan Čermák 664e93c057 [travis] Enable ASAN for the test suite 7 years ago
Dan Čermák 61dbba1396 [travis] Don't run python tests twice
make tests already runs the python test suite, no need to do so again
7 years ago
Luis Díaz Más e440e40f32 ci: run make with VERBOSE=1
This helps to identify compilation/linking issues
7 years ago
Dan Čermák fe5ca11396 [travis] Move travis scripts to ci/ folder 7 years ago