Commit Graph

6 Commits

Author SHA1 Message Date
Leonid Pliushch
05782bc8d8 CI: add tag that allows to reset build backlog
Just add '@ci:reset-backlog' to commit message and build should be skipped.
CI should finish tasks with status 'success'.

@ci:reset-backlog
2019-05-06 15:24:49 +03:00
Leonid Pliushch
a882e8d8b7 CI: better way to pass packages between tasks 2019-05-03 00:47:26 +03:00
Leonid Pliushch
fddb17f159 CI: refactor configuration file
Cache instructions will query system to check if existing cache is available.
While cache will unlikely to be available in build task, it is better to
make it queried before build so if cache folder appear, it will be deleted by
`rm -rf "debs-${TERMUX_ARCH}"`.
2019-05-02 15:25:28 +03:00
Leonid Pliushch
0fdd2c60a8 CI: fix configuration file
Do not delete folder which is lately used...
2019-05-02 15:10:14 +03:00
Leonid Pliushch
f9b427dbf7 CI: cache deb files properly so all of them passed to upload task 2019-05-02 14:59:28 +03:00
Leonid Pliushch
599d2509d7 CI: switch to Cirrus 2019-05-01 23:45:46 +03:00