-
-
I've configured wercker like this:
```
box: wercker/default
build:
steps:
- arjen/hugo-build:
version: "0.18"
theme: lanyon
flags: --buildDrafts=false
```
N…
-
continuation of #3818 .
we need to extend build script to skip CI execution if non-related files are changed only.
wercker , travis, distelli, shippable are already updated.
-
Would it be possible to force colour output without a terminal i.e. in a pipe? This would allow grep-ing for errors while maintaining useful colourised output.
This would provide the opposite funct…
-
To speed up Travis
files:
.github
appveyor.yml
circle.yml
distelli-manifest.yml
fast-forward-merge.sh
LICENSE
LICENSE.apache20
README.md
release.sh
RIGHTS.antlr
shippable.yml
wercker.y…
-
wercker CI become quick in executions (as it share the same running instance and launches are sequential, so caching of checkstyle build helps a lot) - 7 min for all launches.
Travis CI is slow and …
-
Shrink SVGs that are bigger than 100 kB. Recall that the Zookeeper logo is available as PSD: https://svn.apache.org/repos/asf/zookeeper/logo/
```sh
$ ls -lS cached_logos/
total 16560
-rw-r--r--@…
-
In gitlab by @carimura on Jul 16, 2017, 21:04
1. run my license plate pipeline
2. watch plates come up with yellow boxes around plates
3. change draw func to draw red box instead of yellow
4. ru…
-
JestのテストをPipelineに追加する
-