reef 0.0.0

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

stages:
  - build

build_job:
  stage: build
  only:
    - tags  # the build process will only be started by git tag commits
  script:
    - cargo build
    - cargo test