GH actions integration
This commit is contained in:
parent
3fbc678a30
commit
371cbe4a8b
4 changed files with 12 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
- run: make assemble-release
|
||||
|
||||
env:
|
||||
GIT_TAG: ${{ github.ref_name }}
|
||||
GIT_TAG: SNAPSHOT
|
||||
- name: GitHub release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,3 +3,7 @@
|
|||
/build/
|
||||
/build/intermediates/javac/genericDebug/compileGenericDebugJavaWithJavac/classes/
|
||||
/build/intermediates/javac/genericDebugUnitTest/compileGenericDebugUnitTestJavaWithJavac/classes/
|
||||
/generic/
|
||||
/local.properties
|
||||
/*.log
|
||||
*.iml
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
Loading…
Reference in a new issue