Commit Graph

3 Commits

Author SHA1 Message Date
Vadim Zeitlin
bce5f9febb Split build and test stages of the CI builds
While this doesn't matter for Travis CI, it makes sense to separate them
for the other CI systems using more structured approach to the build
steps.

Add a few test_*.sh scripts for the backends that need to do something
special when running the tests and just use run_test function for all
the others.
2021-03-19 00:50:05 +01:00
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