提交 f851e7e2 创建 作者: Greyson Parrelli's avatar Greyson Parrelli

Added unit tests.

上级 7f50b25a
...@@ -19,9 +19,19 @@ before_script: ...@@ -19,9 +19,19 @@ before_script:
- export ANDROID_HOME=$PWD/android-sdk-linux - export ANDROID_HOME=$PWD/android-sdk-linux
- chmod +x ./gradlew - chmod +x ./gradlew
stages:
- build
- test
build: build:
stage: build
script: script:
- ./gradlew assembleDebug - ./gradlew assembleDebug
artifacts: artifacts:
paths: paths:
- app/build/outputs/ - app/build/outputs/
unitTests:
stage: test
script:
- ./gradlew test
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论