Commit 0802aea4 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Updated testing script

parent 739854f5
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ before_script:
  - set +o pipefail
  - yes | android-sdk-linux/tools/bin/sdkmanager --licenses
  - set -o pipefail
  - tags "openjdk8"
  - tags "openjdk16"

stages:
  - build
@@ -31,7 +31,7 @@ lintDebug:
  stage: build
  script:
    - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
  tags: [openjdk8]
  tags: [openjdk16]

assembleDebug:
  stage: build
@@ -40,10 +40,10 @@ assembleDebug:
  artifacts:
    paths:
    - app/build/outputs/
  tags: [openjdk8]
  tags: [openjdk16]

debugTests:
  stage: test
  script:
    - ./gradlew -Pci --console=plain :app:testDebug
  tags: [openjdk8]
 No newline at end of file
  tags: [openjdk16]
 No newline at end of file