aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKamil Doległo <9080183+kamildoleglo@users.noreply.github.com>2021-02-03 14:40:57 +0100
committerGitHub <noreply@github.com>2021-02-03 14:40:57 +0100
commitf8b741b0a3c78160af7e632011c39186fc259c0c (patch)
treee96ee9a14a44e1b4991041be7ef674d7d97b0372 /.github
parent0b05b7ed8f91bead9160981e606fb5678fe45a04 (diff)
downloaddokka-f8b741b0a3c78160af7e632011c39186fc259c0c.tar.gz
dokka-f8b741b0a3c78160af7e632011c39186fc259c0c.tar.bz2
dokka-f8b741b0a3c78160af7e632011c39186fc259c0c.zip
Reenable kotlinx-serialization (#1708)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/s3-snapshots.yml64
1 files changed, 32 insertions, 32 deletions
diff --git a/.github/workflows/s3-snapshots.yml b/.github/workflows/s3-snapshots.yml
index e0ec5ffa..f9d21817 100644
--- a/.github/workflows/s3-snapshots.yml
+++ b/.github/workflows/s3-snapshots.yml
@@ -74,38 +74,38 @@ jobs:
- name: Print link
run: echo http://dokka-snapshots.s3.eu-central-1.amazonaws.com/${{ env.branch-name }}/stdlib/${GITHUB_SHA::7}/index.html
-# serialization:
-# runs-on: ubuntu-latest
-# steps:
-# - name: Checkout dokka
-# uses: actions/checkout@v2
-# with:
-# submodules: true
-#
-# - uses: actions/setup-java@v1
-# with:
-# java-version: 12
-#
-# - name: Publish dokka locally
-# run: ./gradlew clean publishToMavenLocal --stacktrace
-#
-# - name: Document serialization
-# run: ./gradlew :integration-tests:gradle:integrationTest --tests org.jetbrains.dokka.it.gradle.kotlin.SerializationGradleIntegrationTest --stacktrace
-# env:
-# DOKKA_IT_AWS_PATH: /home/runner/work/dokka/serialization
-#
-# - name: Configure AWS credentials for S3 access
-# uses: aws-actions/configure-aws-credentials@v1
-# with:
-# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
-# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
-# aws-region: eu-central-1
-#
-# - name: Copy files to dokka's S3 bucket
-# run: ./integration-tests/aws_sync.sh s3://${{ env.bucket-name }} serialization ../serialization
-#
-# - name: Print link
-# run: echo http://dokka-snapshots.s3.eu-central-1.amazonaws.com/${{ env.branch-name }}/serialization/${GITHUB_SHA::7}/index.html
+ serialization:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout dokka
+ uses: actions/checkout@v2
+ with:
+ submodules: true
+
+ - uses: actions/setup-java@v1
+ with:
+ java-version: 12
+
+ - name: Publish dokka locally
+ run: ./gradlew clean publishToMavenLocal --stacktrace
+
+ - name: Document serialization
+ run: ./gradlew :integration-tests:gradle:integrationTest --tests org.jetbrains.dokka.it.gradle.kotlin.SerializationGradleIntegrationTest --stacktrace
+ env:
+ DOKKA_IT_AWS_PATH: /home/runner/work/dokka/serialization
+
+ - name: Configure AWS credentials for S3 access
+ uses: aws-actions/configure-aws-credentials@v1
+ with:
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+ aws-region: eu-central-1
+
+ - name: Copy files to dokka's S3 bucket
+ run: ./integration-tests/aws_sync.sh s3://${{ env.bucket-name }} serialization ../serialization
+
+ - name: Print link
+ run: echo http://dokka-snapshots.s3.eu-central-1.amazonaws.com/${{ env.branch-name }}/serialization/${GITHUB_SHA::7}/index.html
biojava:
runs-on: ubuntu-latest