21 Commits

Author SHA1 Message Date
Mats Wahlberg
3f0420544a Updated circleci debug and release jobs to explicitly build Play flavors
Changed the gradlew build targets assembleRelease to assemblePlayRelease
and assembleDebug to assemblePlayDebug, because the old targets causes
files for the free builds to get compiled when not needed. It's
unnecessary and also done without -PfreeBuild which gives build errors.

These are also the targets used in makeRelease.sh, so the workflow
should better match the expected.
2020-09-30 13:52:31 +02:00
ByteHamster
6a7375dd9b Added diff-checkstyle 2020-03-30 12:06:16 +02:00
ByteHamster
a846551a89 Named workflow jobs 2019-10-04 22:39:10 +02:00
ByteHamster
7127f1cbe0 Reduced code duplication 2019-10-04 22:30:22 +02:00
ByteHamster
c246145cc5 Executing free build on CircleCI 2019-10-04 22:09:57 +02:00
ByteHamster
667be71e0f Speed up circleci by allowing different flavours to build in parallel 2019-09-24 18:07:43 +02:00
ByteHamster
b7301ca360 Added checkstyle 2019-09-24 11:21:08 +02:00
ByteHamster
c16fe7a7c9 Using workflows to build on circleci 2019-09-24 10:50:51 +02:00
orionlee
a2721842f0 Detect androidTest compilation issues by making it build on CircleCI 2019-08-31 14:42:44 -07:00
ByteHamster
5173dd0118 Testing play+free version on CircleCI 2019-07-24 23:47:59 +02:00
ByteHamster
a5df1c075d Targeting Android API 28 2019-07-22 18:50:56 +02:00
ByteHamster
96612de566 Using release build for CI 2019-01-05 10:25:15 +01:00
ByteHamster
7e59ac0e75 Executing core unit tests on CircleCI 2018-05-27 19:30:01 +02:00
brad
9a88daf129
stop using unsupported MaxPermSize=350m param
Gets rid of this warning:
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0
2018-05-17 00:13:08 -07:00
brad
ee1c7f734e
specify destination artifact path to avoid excessive nesting 2018-05-17 00:11:10 -07:00
brad
d6d01c5c4f
also cache .gradle 2018-05-17 00:06:42 -07:00
brad
9ec56e7a41
remove unnecessary steps installing sdk components 2018-05-17 00:06:24 -07:00
brad
d613ae7213
use circleci/android:api-26-alpha docker image 2018-05-16 23:50:39 -07:00
brad
a540eef46d
fix syntax error in circleci config store_artifacts step 2018-05-16 23:45:57 -07:00
brad
8a3f1481be
fix syntax error in circleci config 2018-05-16 23:43:46 -07:00
brad
0f35d1e2f9
convert circleci configuration to version 2.0 2018-05-16 23:42:07 -07:00