mirror of https://github.com/weisJ/darklaf.git
Jannis Weis
5 years ago
committed by
GitHub
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||||
|
name: Java CI |
||||||
|
|
||||||
|
on: [push] |
||||||
|
|
||||||
|
jobs: |
||||||
|
build: |
||||||
|
|
||||||
|
runs-on: windows-latest |
||||||
|
|
||||||
|
steps: |
||||||
|
- uses: actions/checkout@v1 |
||||||
|
- name: Set up JDK 1.8 |
||||||
|
uses: actions/setup-java@v1 |
||||||
|
with: |
||||||
|
java-version: 1.8 |
||||||
|
- name: Build with Gradle |
||||||
|
env: |
||||||
|
deployRepoUrl : ${{ secrets.deployRepoUrl }} |
||||||
|
deployRepoUsername : ${{ secrets.deployRepoUsername }} |
||||||
|
deployRepoPassword: ${{ secrets.deployRepoPassword }} |
||||||
|
run: ./gradlew build |
Loading…
Reference in new issue