Skip to content
Snippets Groups Projects
.gitlab-ci.yml 197 B
Newer Older
build-android:
  stage: build
  tags:
    - nix
    - linux
  script:
    - cd obelisk
    - nix-build -A android.frontend -o result-android
  artifacts:
    paths:
      - obelisk/result-android/