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