From b55a0f65260e859e08b7c9bbf414aa76c3773c25 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 6 Apr 2017 19:44:06 +0200 Subject: Add tests to gitlab-ci --- Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7f52139 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +start: + @nix-shell --command "mux local" + +stop: + @pkill webfsd + @tmux kill-session -t glycemie + +.PHONY: test +test: + @pulp test + +build: + @pulp build --to public/main.js + +watch: + @pulp --watch --before clear build --to public/main.js -- cgit v1.2.3