Luis Díaz Más
ff180b05a6
ci-travis: trying to fix valgrind build
4 years ago
Luis Díaz Más
18ab34b030
ci: update conan version
4 years ago
Luis Díaz Más
e3b9867039
ci - use pyton3 commands
4 years ago
Robin Mills
2104665faf
Modified ci/install.sh to install cmake before dependencies.
...
Reason: clang/ubuntu fails saying "Package cmake is not available, but is referred to by another package.".
4 years ago
Luis Díaz Más
a322e5d008
CI: Special packages for Ubuntu 20.04
5 years ago
Luis Díaz Más
3013f57e45
Use latest available version of Conan in CI
5 years ago
clanmills
e869dcf156
pythonic_bash_ci_0.27
5 years ago
Luis Diaz Mas
b7445fb2e4
Fix OSX build
5 years ago
Luis Diaz Mas
ef4315fe28
appveyor: upgrate to python 3.7 and conan 1.17.2
...
- Also upgrade travis builder to the same conan version
- Different versions of libcurl/libopenssl for appveyor/travis
6 years ago
Luis Díaz Más
bfd659a63e
Conan: Updates to fix sudden linkage issues
...
We suddenly started to have some linking issues in the 0.27 branch after
the libcurl packages were updated in the conan-center repositories.
After some experimentation I took the following steps to fix up the
situation:
- Update conan to latest version
- Update of libcurl to the latest version available
- Use libcurl static libraries
Note that the change to use static libraries is just to make the
deployment step as easier as possible in the travis builds.
6 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
06c41eab35
conan: update conan version to 1.11.2
7 years ago
Luis Diaz Mas
ad7754d89c
CI: Do not install gettext. Disable NLS on OSX
7 years ago
Luis Díaz Más
8026e39d66
CI: Update conan version to 1.9.0
7 years ago
Dan Čermák
0f43d0f49d
[Travis CI] Add new matrix entry: run test suite under Valgrind
7 years ago
Dan Čermák
da7239cf74
[Travis CI] Enable sanitizers for gcc & OSX builds
7 years ago
Luis Diaz Mas
2540981aae
travis-osx: do not install libssh openssl (already installed)
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
Dan Čermák
fe5ca11396
[travis] Move travis scripts to ci/ folder
7 years ago