287:3c70a6d50984
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Sep 2017 23:17:19 +0800
pipelines: install Mercurial to check builds and SRI Was lost after provision tests were removed from pipelines.

next change 292:ad418a21d2f1
previous change 285:30fd0d2a81ce

Makefile

Permissions: -rw-r--r--

Other formats: Feeds:
all: build
devel:
npm update
sed -i -e 's@^#!/usr/bin/env node$$@&js@' ./node_modules/coffee-script/bin/coffee
build:
./node_modules/.bin/coffee -o ./js/ -cm ./coffee/
.PHONY: all devel build