Commit Graph

5 Commits

Author SHA1 Message Date
Vadim Zeitlin 2df1438c3b Use generic "CI" term instead of travis-ci.org in script comments
No real changes.
2021-03-16 17:34:14 +01:00
Vadim Zeitlin c13c2e42f2 Rename [before]_script*.sh to [before_]build*.sh
The term "script" is too generic and really doesn't mean anything,
especially outside of Travis CI context, where "script" is used as the
config file key for the build script to run.
2021-03-16 17:34:14 +01:00
Vadim Zeitlin 1133026ce0 Rename SOCI_TRAVIS_BACKEND variable to SOCI_CI_BACKEND
Make another variable name non Travis-specific.
2021-03-16 16:33:37 +01:00
Vadim Zeitlin a2941a5b5e Use SOCI_SOURCE_DIR variable instead of TRAVIS_BUILD_DIR
This variable is not Travis-specific and so could (and will) be reused
for the other CI services. It is also arguably more clear.
2021-03-16 16:31:31 +01:00
Vadim Zeitlin 0a1b55b27c Rename scripts/travis directory to scripts/ci
This will make reusing the scripts there with other CI services less
confusing.

No real changes.
2021-03-16 16:27:00 +01:00