Commit Graph

4 Commits

Author SHA1 Message Date
Vadim Zeitlin 84fed32d0b Refactor Travis CI build scripts to reuse common options
Define SOCI_DEFAULT_CMAKE_OPTIONS once and use it in almost all builds
instead of repeating the same options many times everywhere.

For the remaining build (Valgrind) still reuse a couple of options which
it has in common with the other ones.
2020-10-10 23:36:40 +02:00
Mateusz Loskot 0cadedaf53 Enable Oracle builds for pull requests
Follow-up for 93e844d027 reverting #584
2017-09-14 23:03:42 +02:00
Vadim Zeitlin 023f4df038 Skip running Oracle tests for PR builds on Travis CI
This doesn't work currently because Oracle installation requires access
to secret environment variables which are unavailable for the PR builds
for the security purposes, so skip trying to do it to at least avoid
failing all PR builds.

Closes #584.
2017-09-14 17:23:56 +02:00
Mateusz Loskot d38b21ca67 Move directory /bin to /scripts
Move directory /bin/ci to /scripts/travis
2017-09-12 22:54:19 +02:00