Skip to content
Snippets Groups Projects
Select Git revision
  • ci-gitlab
  • ci
  • master default
3 results

.gitlab-ci.yml

This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 238 B
variables:
  LIBRARY: "rxfirebaseandroid"
  
cache:
  untracked: true
  paths:
    - $HOME/.gradle/caches/
    
build:
  script:
    - gradle testDebug
    - gradle assembleDebug
  artifacts:
    paths:
      - $LIBRARY/build/outputs/aar/