File tree Expand file tree Collapse file tree 3 files changed +29
-20
lines changed Expand file tree Collapse file tree 3 files changed +29
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Build
2
+
3
+ on :
4
+ pull_request :
5
+ branches :
6
+ - ' master'
7
+ push :
8
+ branches :
9
+ - ' master'
10
+
11
+ jobs :
12
+ apk :
13
+ name : Generate APK
14
+ runs-on : ubuntu-18.04
15
+
16
+ steps :
17
+ - uses : actions/checkout@v1
18
+ - name : set up JDK 1.8
19
+ uses : actions/setup-java@v1
20
+ with :
21
+ java-version : 1.8
22
+ - name : Build debug APK
23
+ run : bash ./gradlew assembleDebug --stacktrace
24
+ - name : Upload APK
25
+ uses : actions/upload-artifact@v1
26
+ with :
27
+ name : SampleApp
28
+ path : app/build/outputs/apk/debug/app-debug.apk
Original file line number Diff line number Diff line change 3
3
<a class =" badge-align " href =" https://www.codacy.com/app/mukeshsolanki/MarkdownView-Android?utm_source=github.com& ; utm_medium=referral& ; utm_content=mukeshsolanki/MarkdownView-Android& ; utm_campaign=Badge_Grade " ><img src =" https://api.codacy.com/project/badge/Grade/58e51bc418d349499b3eac9c3f6f3ef1 " /></a >
4
4
<a href =" https://jitpack.io/#mukeshsolanki/MarkdownView-Android " ><img src =" https://jitpack.io/v/mukeshsolanki/MarkdownView-Android/month.svg " /></a >
5
5
<a href =" https://jitpack.io/#mukeshsolanki/MarkdownView-Android/ " > <img src =" https://jitpack.io/v/mukeshsolanki/MarkdownView-Android.svg " /></a >
6
- <a href =" https://circleci .com/gh/ mukeshsolanki/MarkdownView-Android/tree/master " > <img src =" https://circleci .com/gh/ mukeshsolanki/MarkdownView-Android/tree/master .svg?style=shield " /></a >
6
+ <a href =" https://github .com/mukeshsolanki/MarkdownView-Android/actions " > <img src =" https://github .com/mukeshsolanki/MarkdownView-Android/workflows/Build/badge .svg " /></a >
7
7
<a href =" https://opensource.org/licenses/MIT " ><img src =" https://img.shields.io/badge/License-MIT-blue.svg " /></a >
8
8
<br /><br />
9
9
MarkdownView is a simple library that helps you display Markdown text or files on Android as a html page just like Github.
You can’t perform that action at this time.
0 commit comments