reef 0.0.65

a package to execute and log system commands
Documentation
image : rust:latest

stages:
  - build

build_job:
  stage: build
  #only:
  #  - dev
  #  - tags  # the build process will only be started by git tag commits
  script:
    - cargo install --debug cargo-make
    - cargo make ci-flow