This website works better with JavaScript.
Home
Explore
Impressum
Datenschutz
Help
Sign In
Seil0
/
ProjectLaogai
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
13
Wiki
Activity
Browse Source
test and build in one step
develop
Jannik
5 months ago
parent
d803d4dae1
commit
95ce9e14bd
Signed by:
Seil0
GPG Key ID:
E8459F3723C52C24
1 changed files
with
2 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-8
.drone.yml
+ 2
- 8
.drone.yml
View File
@ -2,13 +2,7 @@ kind: pipeline
name
:
default
steps:
-
name
:
test
-
name
:
build
image
:
nextcloudci/android10:android-56
commands:
-
./gradlew test
-
name
:
assembleRelease
image
:
nextcloudci/android10:android-56
commands:
-
./gradlew assembleRelease
-
./gradlew build
Write
Preview
Loading…
Cancel
Save