Use standard GA configuration #56

Merged
CommanderTvis merged 1 commits from commandertvis/build into dev 2021-08-06 09:36:43 +03:00
6 changed files with 63 additions and 21 deletions
Showing only changes of commit eea617f418 - Show all commits

33
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,33 @@
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
name: Gradle build
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
on:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
push:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
branches: [ dev, master ]
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
pull_request:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
jobs:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
build:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
runs-on: ubuntu-latest
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
timeout-minutes: 40
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
steps:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
- uses: actions/checkout@v2
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
- uses: DeLaGuardo/setup-graalvm@4.0
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
with:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
graalvm: 21.2.0
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
java: java11
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
arch: amd64
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
- uses: actions/cache@v2
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
with:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
path: |
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
~/.gradle/caches
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
~/.gradle/wrapper
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
restore-keys: |
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
${{ runner.os }}-gradle-
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
- uses: actions/cache@v2
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
with:
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
path: ~/.konan
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
restore-keys: |
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
${{ runner.os }}-gradle-
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here
- run: ./gradlew build --build-cache --no-daemon --stacktrace
altavir commented 2021-08-05 14:49:02 +03:00 (Migrated from github.com)
Review

Please remove native-specific tasks. We are not supporting K-N here

Please remove native-specific tasks. We are not supporting K-N here

View File

@ -1,19 +0,0 @@
name: Gradle build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build

28
.github/workflows/pages.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: Dokka publication
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
- uses: DeLaGuardo/setup-graalvm@4.0
with:
graalvm: 21.2.0
java: java11
arch: amd64
- uses: actions/cache@v2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
restore-keys: |
${{ runner.os }}-gradle-
- run: ./gradlew dokkaHtmlMultiModule --build-cache --no-daemon --no-parallel --stacktrace
- uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: build/dokka/htmlMultiModule

Binary file not shown.

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

2
gradlew vendored Normal file → Executable file
View File

@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )