Skip to content
Snippets Groups Projects

Add CI with FastLane to Android Gitter build

Merged Jason Yavorska requested to merge (removed):master into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -20,6 +20,7 @@ platform :android do
desc "Builds the code"
lane :build do
gradle(task: "assemble")
end
desc "Runs all the tests"
lane :test do
Loading