mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
chore: classes plugins
This commit is contained in:
2
.github/workflows/linux-aarch64.yml
vendored
2
.github/workflows/linux-aarch64.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
# test build
|
||||
- run: |
|
||||
./gradlew build -x test --no-daemon
|
||||
./gradlew classes -x test --no-daemon
|
||||
./gradlew clean --no-daemon
|
||||
|
||||
# dist
|
||||
|
||||
3
.github/workflows/linux-x86-64.yml
vendored
3
.github/workflows/linux-x86-64.yml
vendored
@@ -36,7 +36,8 @@ jobs:
|
||||
|
||||
# test build
|
||||
- run: |
|
||||
./gradlew build -x test --no-daemon
|
||||
./gradlew classes -x test --no-daemon
|
||||
./gradlew clean --no-daemon
|
||||
|
||||
# dist
|
||||
- run: |
|
||||
|
||||
3
.github/workflows/osx-aarch64.yml
vendored
3
.github/workflows/osx-aarch64.yml
vendored
@@ -66,7 +66,8 @@ jobs:
|
||||
|
||||
# test build
|
||||
- run: |
|
||||
./gradlew build -x test --no-daemon
|
||||
./gradlew classes -x test --no-daemon
|
||||
./gradlew clean --no-daemon
|
||||
|
||||
# dist
|
||||
- name: Dist
|
||||
|
||||
3
.github/workflows/osx-x86-64.yml
vendored
3
.github/workflows/osx-x86-64.yml
vendored
@@ -68,7 +68,8 @@ jobs:
|
||||
|
||||
# test build
|
||||
- run: |
|
||||
./gradlew build -x test --no-daemon
|
||||
./gradlew classes -x test --no-daemon
|
||||
./gradlew clean --no-daemon
|
||||
|
||||
# dist
|
||||
- name: Dist
|
||||
|
||||
3
.github/workflows/windows-x86-64.yml
vendored
3
.github/workflows/windows-x86-64.yml
vendored
@@ -36,7 +36,8 @@ jobs:
|
||||
|
||||
# test build
|
||||
- run: |
|
||||
./gradlew build -x test --no-daemon
|
||||
.\gradlew classes -x test --no-daemon
|
||||
.\gradlew clean --no-daemon
|
||||
|
||||
# dist
|
||||
- run: |
|
||||
|
||||
Reference in New Issue
Block a user