Skip to content

Commit

Permalink
build: setup local property for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 17, 2020
1 parent 6bb2a9f commit a5b4099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: touch local.properties && ./gradlew build
# - name: Publish artifact
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ before_install:

install: true

before_script:
- touch local.properties

script:
- ./gradlew check

Expand Down

0 comments on commit a5b4099

Please sign in to comment.