0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
Commit Graph

38 Commits

Author SHA1 Message Date
Roland Bock
345b2e4931 Update travis script to include mysql and sqlite3 2021-08-25 07:55:40 +02:00
Roland Bock
651a69d29f Update travis config
Travis is supporting open source projects with free-of-cost CI.
Testing on OSX comes with extra costs for them while not
providing a whole lot of extra value compared to Linux.

Stop testing on OSX seems like the right step at this point.
2021-05-09 08:21:10 +02:00
Leon De Andrade
123bdb8890
Feature/fetch content (#349)
* Add date as a dependency, make fetch friendly
* Add example
* Add alias
* Update readme
* Add find_package example
* Update travis
* Add license
2020-08-08 09:42:02 +02:00
Uy Ha
c021c49b0b Use Python3 for test_scripts (#298)
* Use Python3 for test_scripts
* Update travis and cmake
2019-10-14 12:09:18 +02:00
Daniel Evers
9367071764 enable C++ 17 tests only on OS X
(the clang and gcc versions on Linux are too old)
2019-02-02 11:00:59 +01:00
Daniel Evers
42de1557b2 need to override CMAKE vars before building 2019-02-02 11:00:59 +01:00
Daniel Evers
949089d9f3 avoid expanding empty variables 2019-02-02 11:00:59 +01:00
Daniel Evers
a9f5498452 suspicious build error on travis 2019-02-02 11:00:59 +01:00
Daniel Evers
076c9d6474 travis syntax problems... 2019-02-02 11:00:59 +01:00
Daniel Evers
460557c6e0 Added string_view tests and C++17 tests for travis 2019-02-02 11:00:59 +01:00
Egor Pugin
f00cac9599 Update CI scripts. 2018-01-31 17:55:02 +03:00
rbock
f211023981 CMake 3.2 seems to be available on trusty already 2016-12-25 14:32:47 +01:00
rbock
65d32fac8c Disabled part of the travis matrix for testing 2016-12-25 14:25:30 +01:00
rbock
57270414ea Hah! trusty comes with gcc-4.8 already 2016-12-25 14:24:10 +01:00
rbock
89185c0bf7 Switching travis to trusty 2016-12-25 14:16:38 +01:00
rbock
47eb562e5d Looking for cmake-3.* 2016-12-25 14:08:05 +01:00
rbock
92b841c58f WTF 2016-12-25 13:46:46 +01:00
rbock
638c8d502e Next attempt for apt-get et al. 2016-12-25 13:38:53 +01:00
rbock
0a1a123c36 Still trying to get travis setup right 2016-12-25 13:33:38 +01:00
rbock
91be9e7ea0 Fine tuning travis linux settings 2016-12-25 13:22:06 +01:00
rbock
522d760a49 Cleaned up travis config a bit
OSX: Using the default XCode now
Linux: Installing CMake as package (not by downloading and compiling)
2016-12-25 12:57:20 +01:00
strangeqargo
61d0da2ec6 ddl2cpp tests 2016-06-12 22:34:26 +03:00
Christian Dávid
bcc3eea988 Updated travis build config
It sets the path to the date library correctly now.
2016-05-05 10:15:26 +02:00
rbock
a3f29e18e7 Checkout a specific version of date for CI 2016-04-14 16:41:17 +02:00
rbock
f9436382ba Added --no-check-certificate to wget for downloading cmake 2015-12-11 14:55:29 +01:00
rbock
12eabd28f4 Pacify travis CI 2015-10-29 18:51:28 +01:00
rbock
abdecc25da Run with Xcode 7 2015-09-13 23:33:16 +02:00
Daniel Pfeifer
dcff4c2036 add coveralls coverage reporting 2015-05-30 00:56:33 +02:00
Daniel Pfeifer
7efce45f7d update .travis.yml 2015-05-29 18:42:06 +02:00
rbock
36a6837077 travis: installing boost-1.50 headers "manually" 2015-01-31 17:15:14 +01:00
rbock
8bdb3e953d boost-1.50 is required, trying to figure out which versions are available at travis
Might have to install headers manually
2015-01-31 16:47:59 +01:00
rbock
d6acf0cfb4 Still trying to install boost headers 2015-01-31 16:17:01 +01:00
rbock
42757b4479 Adding boost to travis box 2015-01-31 16:06:01 +01:00
Roland Bock
2f979ff263 Yet another try to get Travis CI going with g++-4.8 2014-08-24 10:40:14 +02:00
Roland Bock
facff35d0a Next attempt to use g++-4.8 with Travis 2014-08-24 10:31:14 +02:00
Roland Bock
3c3abfab41 Exclude clang from Travis and use g++-4.8
clang is missing libc++ (might add that later)
2014-08-24 10:20:49 +02:00
rbock
411022469f Bugfix in Travis config 2014-08-24 09:59:55 +02:00
rbock
e88a868d06 Started to integrate with Travis CI 2014-08-24 09:34:01 +02:00