commit
7e4c7ea753
@ -0,0 +1,32 @@ |
|||||||
|
name: Android CI |
||||||
|
|
||||||
|
on: |
||||||
|
release: |
||||||
|
types: [ published ] |
||||||
|
push: |
||||||
|
branches: |
||||||
|
- master |
||||||
|
|
||||||
|
jobs: |
||||||
|
build: |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- uses: actions/checkout@v2 |
||||||
|
# 获取打包秘钥 |
||||||
|
- name: Checkout Android Keystore |
||||||
|
uses: actions/checkout@v2 |
||||||
|
with: |
||||||
|
repository: fengyuecanzhu/Key |
||||||
|
token: ${{ secrets.KEY_TOKEN }} # 连接仓库的token,需要单独配置 |
||||||
|
path: keystore # 仓库的根目录名 |
||||||
|
# 打包release |
||||||
|
- name: Build With Gradle |
||||||
|
run: | |
||||||
|
echo "开始进行release构建" |
||||||
|
chmod +x gradlew |
||||||
|
./gradlew assembleRelease --parallel |
||||||
|
- name: Upload App To Artifact |
||||||
|
uses: actions/upload-artifact@v2 |
||||||
|
with: |
||||||
|
name: fyreader apk |
||||||
|
path: ${{ github.workspace }}/app/build/outputs/apk/release/*.apk |
@ -0,0 +1,10 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project version="4"> |
||||||
|
<component name="MarkdownEnhProjectSettings"> |
||||||
|
<AnnotatorSettings targetHasSpaces="true" linkCaseMismatch="true" wikiCaseMismatch="true" wikiLinkHasDashes="true" notUnderWikiHome="true" targetNotWikiPageExt="true" notUnderSourceWikiHome="true" targetNameHasAnchor="true" targetPathHasAnchor="true" wikiLinkHasSlash="true" wikiLinkHasSubdir="true" wikiLinkHasOnlyAnchor="true" linkTargetsWikiHasExt="true" linkTargetsWikiHasBadExt="true" notUnderSameRepo="true" targetNotUnderVcs="false" linkNeedsExt="true" linkHasBadExt="true" linkTargetNeedsExt="true" linkTargetHasBadExt="true" wikiLinkNotInWiki="true" imageTargetNotInRaw="true" repoRelativeAcrossVcsRoots="true" multipleWikiTargetsMatch="true" unresolvedLinkReference="true" linkIsIgnored="true" anchorIsIgnored="true" anchorIsUnresolved="true" anchorLineReferenceIsUnresolved="true" anchorLineReferenceFormat="true" anchorHasDuplicates="true" abbreviationDuplicates="true" abbreviationNotUsed="true" attributeIdDuplicateDefinition="true" attributeIdNotUsed="true" footnoteDuplicateDefinition="true" footnoteUnresolved="true" footnoteDuplicates="true" footnoteNotUsed="true" macroDuplicateDefinition="true" macroUnresolved="true" macroDuplicates="true" macroNotUsed="true" referenceDuplicateDefinition="true" referenceUnresolved="true" referenceDuplicates="true" referenceNotUsed="true" referenceUnresolvedNumericId="true" enumRefDuplicateDefinition="true" enumRefUnresolved="true" enumRefDuplicates="true" enumRefNotUsed="true" enumRefLinkUnresolved="true" enumRefLinkDuplicates="true" simTocUpdateNeeded="true" simTocTitleSpaceNeeded="true" /> |
||||||
|
<HtmlExportSettings updateOnSave="false" parentDir="" targetDir="" cssDir="css" scriptDir="js" plainHtml="false" imageDir="" copyLinkedImages="false" imagePathType="0" targetPathType="2" targetExt="" useTargetExt="false" noCssNoScripts="false" useElementStyleAttribute="false" linkToExportedHtml="true" exportOnSettingsChange="true" regenerateOnProjectOpen="false" linkFormatType="HTTP_ABSOLUTE" /> |
||||||
|
<LinkMapSettings> |
||||||
|
<textMaps /> |
||||||
|
</LinkMapSettings> |
||||||
|
</component> |
||||||
|
</project> |
@ -0,0 +1,62 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project version="4"> |
||||||
|
<component name="MarkdownProjectSettings"> |
||||||
|
<PreviewSettings splitEditorLayout="SPLIT" splitEditorPreview="PREVIEW" useGrayscaleRendering="false" zoomFactor="1.0" maxImageWidth="0" synchronizePreviewPosition="true" highlightPreviewType="LINE" highlightFadeOut="5" highlightOnTyping="true" synchronizeSourcePosition="true" verticallyAlignSourceAndPreviewSyncPosition="true" showSearchHighlightsInPreview="true" showSelectionInPreview="true" lastLayoutSetsDefault="false"> |
||||||
|
<PanelProvider> |
||||||
|
<provider providerId="com.vladsch.md.nav.editor.swing.html.panel" providerName="Default - Swing" /> |
||||||
|
</PanelProvider> |
||||||
|
</PreviewSettings> |
||||||
|
<ParserSettings gitHubSyntaxChange="false" correctedInvalidSettings="false" emojiShortcuts="1" emojiImages="0"> |
||||||
|
<PegdownExtensions> |
||||||
|
<option name="ATXHEADERSPACE" value="true" /> |
||||||
|
<option name="FENCED_CODE_BLOCKS" value="true" /> |
||||||
|
<option name="INTELLIJ_DUMMY_IDENTIFIER" value="true" /> |
||||||
|
<option name="RELAXEDHRULES" value="true" /> |
||||||
|
<option name="STRIKETHROUGH" value="true" /> |
||||||
|
<option name="TABLES" value="true" /> |
||||||
|
<option name="TASKLISTITEMS" value="true" /> |
||||||
|
</PegdownExtensions> |
||||||
|
<ParserOptions> |
||||||
|
<option name="COMMONMARK_LISTS" value="true" /> |
||||||
|
<option name="EMOJI_SHORTCUTS" value="true" /> |
||||||
|
<option name="GFM_TABLE_RENDERING" value="true" /> |
||||||
|
<option name="PRODUCTION_SPEC_PARSER" value="true" /> |
||||||
|
<option name="SIM_TOC_BLANK_LINE_SPACER" value="true" /> |
||||||
|
</ParserOptions> |
||||||
|
</ParserSettings> |
||||||
|
<HtmlSettings headerTopEnabled="false" headerBottomEnabled="false" bodyTopEnabled="false" bodyBottomEnabled="false" addPageHeader="false" addAnchorLinks="false" anchorLinksWrapText="false" imageUriSerials="false" addDocTypeHtml="true" noParaTags="false" defaultUrlTitle="false" migratedPlantUml="true" migratedAnchorLinks="true" plantUmlConversion="0"> |
||||||
|
<GeneratorProvider> |
||||||
|
<provider providerId="com.vladsch.md.nav.editor.text.html.generator" providerName="Unmodified HTML Generator" /> |
||||||
|
</GeneratorProvider> |
||||||
|
<headerTop /> |
||||||
|
<headerBottom /> |
||||||
|
<bodyTop /> |
||||||
|
<bodyBottom /> |
||||||
|
<fencedCodeConversions> |
||||||
|
<option name="c4plantuml" value="NONE" /> |
||||||
|
<option name="ditaa" value="NONE" /> |
||||||
|
<option name="erd" value="NONE" /> |
||||||
|
<option name="graphviz" value="NONE" /> |
||||||
|
<option name="latex" value="KATEX" /> |
||||||
|
<option name="math" value="KATEX" /> |
||||||
|
<option name="mermaid" value="NONE" /> |
||||||
|
<option name="nomnoml" value="NONE" /> |
||||||
|
<option name="plantuml" value="NONE" /> |
||||||
|
<option name="puml" value="NONE" /> |
||||||
|
<option name="svgbob" value="NONE" /> |
||||||
|
<option name="umlet" value="NONE" /> |
||||||
|
<option name="vega" value="NONE" /> |
||||||
|
<option name="vegalite" value="NONE" /> |
||||||
|
<option name="wavedrom" value="NONE" /> |
||||||
|
</fencedCodeConversions> |
||||||
|
</HtmlSettings> |
||||||
|
<CssSettings previewScheme="UI_SCHEME" cssUri="" isCssUriEnabled="false" isCssUriSerial="true" isCssTextEnabled="false" isDynamicPageWidth="true"> |
||||||
|
<StylesheetProvider> |
||||||
|
<provider providerId="com.vladsch.md.nav.editor.text.html.css" providerName="No Stylesheet" /> |
||||||
|
</StylesheetProvider> |
||||||
|
<ScriptProviders /> |
||||||
|
<cssText /> |
||||||
|
<cssUriHistory /> |
||||||
|
</CssSettings> |
||||||
|
</component> |
||||||
|
</project> |
@ -0,0 +1,10 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project version="4"> |
||||||
|
<component name="RunConfigurationProducerService"> |
||||||
|
<option name="ignoredProducers"> |
||||||
|
<set> |
||||||
|
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" /> |
||||||
|
</set> |
||||||
|
</option> |
||||||
|
</component> |
||||||
|
</project> |
Loading…
Reference in new issue