Skip to content

Commit

Permalink
Merge pull request #16 from Simonwep/build-system
Browse files Browse the repository at this point in the history
TravisCI config has been removed, as well as Gradle wrapper scripts.

Moving on to next set of PRs. Thanks!
  • Loading branch information
jjzazuet authored Oct 3, 2020
2 parents e4bbe33 + 76058cd commit 03571e9
Show file tree
Hide file tree
Showing 10 changed files with 185 additions and 175 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Run Gradle on PRs
on: pull_request
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
- uses: eskatos/gradle-command-action@v1
with:
gradle-version: 6.6.1
arguments: build
31 changes: 6 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,12 @@
# Created by .ignore support plugin (hsz.mobi)
### Java template
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

*.idea
*.iml
/_psd
/.gradle
/target
_tmp

build/
.gradle/

gradle/
gradlew*
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 03571e9

Please sign in to comment.