mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
Workflow Test/Build Additions
This commit is contained in:
parent
222d0f706d
commit
658cbbaf91
8
.github/workflows/Release.yml
vendored
8
.github/workflows/Release.yml
vendored
@ -1,9 +1,11 @@
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
[workflow_dispatch]
|
||||||
release:
|
|
||||||
types: [ created ]
|
# workflow_dispatch:
|
||||||
|
# release:
|
||||||
|
# types: [ created ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
14
.github/workflows/build-and-publish-kjs.yml
vendored
14
.github/workflows/build-and-publish-kjs.yml
vendored
@ -10,12 +10,20 @@ jobs:
|
|||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 15
|
||||||
|
|
||||||
# Check out current repository
|
# Check out current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.1
|
||||||
|
|
||||||
# Build application
|
# Build Android application
|
||||||
- name: Test and Build
|
- name: Android App
|
||||||
|
run: ./gradlew :android:build
|
||||||
|
|
||||||
|
# Build Desktop application
|
||||||
|
- name: Desktop App
|
||||||
|
run: ./gradlew :desktop:build
|
||||||
|
|
||||||
|
# Build Web application
|
||||||
|
- name: Web App
|
||||||
run: ./gradlew :web-app:build
|
run: ./gradlew :web-app:build
|
||||||
|
Loading…
Reference in New Issue
Block a user