Mime Type: text/plain
build:
  stage: build
  only:
    - tags

  image: nixpkgs/nix

  before_script:
    - export NIX_PATH=nixpkgs=channel:nixos-unstable

  script:
    - nix-shell --command "make build"
    - cp bazel-bin/app/java/dnsproxy.apk ${CI_PROJECT_DIR}/dnsproxy.apk

  artifacts:
    paths:
      - dnsproxy.apk