From bb2322117ff85ea828bc8ae4897b3003839da299 Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 5 Aug 2018 20:05:21 +0200 Subject: [PATCH] Continuous Integration --- .build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..dad8fac --- /dev/null +++ b/.build.yml @@ -0,0 +1,10 @@ +pipeline: + step: compile + commands: + - make debug + step: install + commands: + - make install + step: test + commands: + - make test