Commit Graph

7 Commits

Author SHA1 Message Date
Leonid Plyushch dfd5770085
CI: change docker image 2019-12-21 22:58:54 +02:00
Leonid Plyushch 852f93dcb0
add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.

To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:55:01 +03:00
Leonid Plyushch a24efba013
CI: optimize resource usage 2019-07-29 15:38:56 +03:00
Leonid Plyushch 32deebbb7c
CI: sync setup with branch 'master' 2019-07-23 12:27:25 +03:00
Leonid Plyushch 2b1e5e8d4e
CI: update configuration
* Attempt to use git client provided by CI.
* Set task name to explicitly mark that build is for testing purposes only.
2019-07-20 23:06:47 +03:00
Leonid Plyushch d17827275f
update CI setup
* Move package building implementation from config to a separate script.

* Implement new tag '%ci:no-build' to allow immediately stop build with status 'passed'.
2019-07-20 15:41:13 +03:00
Leonid Plyushch 28751c7d55
CI: switch to Cirrus 2019-05-06 22:03:39 +03:00