Profile picture of Colin Yates

Colin Yates

Random thoughts from a random guy

`© Colin Yates $2025`
Home References Tags Source RSS My CV

[circleci] posts

Circleci, phantomjs

Another quick tip. I use the excellent cljsbuild to compile and test our ClojureScript projects (and I can't believe how difficult it is to wire this stuff together in 2016!). To support continuous integration I use phantomjs to provide the JavaScript environment. Unfortunately ...
2016-09-29
#circleci #cljs #cljsbuild #clojurescript #lein #phantomjs #tip

Git tagging your builds automatically

I need to write a much longer post to explain my thoughts on 'versioning' and what constitutes a release with today's trends of continuous integration, but for now, a simple tip. I wanted a way to distinguish each build, not each release but each build. There is one excellent source of truth for that which is your git repository. Wouldn't i ...
2016-09-28
#ci #circleci #clojure #dev #lein #tip