new-home-proxy 0.1.2

This is a part of the New Home IoT System. It is used to make the core available in the www.
Documentation
image: "rust:latest"

# Use cargo to test the project
check:cargo:
  script:
    - rustc --version && cargo --version  # Print version info for debugging
    - cargo check --all --verbose
  tags:
    - docker

test:cargo:
  script:
    - rustc --version && cargo --version  # Print version info for debugging
    - cargo test --all --verbose
  tags:
    - docker