-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from XYOracleNetwork/develop
Gradle updates for auto semantic versioning
- Loading branch information
Showing
5 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ name: CI | |
|
||
on: | ||
push: | ||
branches-ignore: | ||
- 'master' | ||
branches: | ||
- 'develop' | ||
|
||
jobs: | ||
build: | ||
|
@@ -14,4 +14,18 @@ jobs: | |
- name: pre-build | ||
run: chmod +x ./gradlew | ||
- name: build | ||
run: ./gradlew clean assemble | ||
run: ./gradlew :xyo-android-library:assemble | ||
- name: check in local changes | ||
run: | | ||
git status | ||
git add xyo-android-library/version.properties | ||
- name: commit file | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git commit -m "version bump" -a | ||
- name: push changes | ||
uses: ad-m/github-push-action@master | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
branch: 'develop' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#Wed Feb 19 15:50:42 PST 2020 | ||
VERSION_PATCH=24 | ||
#Thu Feb 20 18:46:05 UTC 2020 | ||
VERSION_PATCH=26 |