aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/s3-snapshots.yml
AgeCommit message (Collapse)Author
2022-12-13Enable caching Maven dependencies for `setup-java` GitHub Action (#2722)aSemy
2022-09-01Use GitHub Actions Artifacts to store snapshots instead of S3 (#2630)Stefan M
* Use GitHub Actions Artifacts for snapshots * Delete s3-cleanup.yml * Fix trigger event * Fix path * Fix path again * Maybe this path is better * Restore env variable to save output to a known place * Add retention days * Replace stdlib with coroutines * Replace S3Project with TestOutputCopier * Restore S3 upload * Change job name * Fix imports * Add TestOutputCopier to SdtlibIntegrationTest * Save stdlib on S3 again * Rename env variable * Increase rentention-days * Remove .kt as filter for test * Fix skiping copying message * Update Gradle and Kotlin version
2022-03-24Optimize CI a bit (#2385)Goooler
* Bump actions/checkout to v3 * Bump actions/setup-java to v3 * Use gradle-build-action * Merge validation into check.yml * Reformat * Trim blank lines * Use https * Cleanup * Fix * Remove names * Cleanup * Rename validate to validate-wrapper * Use cirrus-actions/rebase@v1.5 * Use cirrus-actions/rebase@1.5
2021-10-08Disable publish actions in forked repository (#2160)Goooler
2021-09-22Bump setup-java github actions to v2 (#2151)Goooler
2021-06-23Add maven central publication (#1688)Kamil Doległo
* Add OSSRH repositories * Rewrite Gradle plugin publication * Add publication version assertion * Use Nexus publish plugin for publishing to Sonatype * Remove explicit publishing from s3 tests * Don't document Dokka for local publication * Fix a bug with closing Sonatype repository * Bump internal Dokka version * Move publication version check to the validate task * Fix Gradle plugin publication * Bump Dokka and gradle plugin-publish versions * Do not run Dokka for test tasks * Do not fail all runs in a workflow * Reduce JVM memory limit
2021-04-29Update tests with kotlin 1.5-RC and gradle 7.0 (#1857)Marcin Aman
* Update tests with kotlin 1.5-RC and gradle 7.0 * Update tests with kotlin 1.5-RC and gradle 7.0
2021-02-03Reenable kotlinx-serialization (#1708)Kamil Doległo
2021-01-22Update link to stdlib on S3Kamil Doległo
2020-12-17Update links in S3 actionsKamil Doległo
2020-11-14Change AWS documentation timeout to 1 hourKamil Doległo
2020-11-13Fix link to stdlib in GH actionKamil Doległo
2020-11-13Temporarily disable kotlinx.serialization as it can't be built for nowKamil Doległo
2020-11-13Add integration tests for Kotlin projectsKamil Doległo
2020-07-22Temporarily fix coroutines publicationKamil Doległo
2020-07-14Run only the root dokkaMultimodule taskKamil Doległo
2020-07-13Adapt s3-snapshots.yml (coroutines) for new configurationsebastian.sellmair
2020-07-13Adapt s3-snapshots.ymlsebastian.sellmair
2020-07-10Change published directory namePaweł Marks
2020-07-10Make GHActions use multimodule configuration for coroutinesPaweł Marks
2020-07-08Document a javadoc project on AWSKamil Doległo
2020-06-30Parametrize dokka version in AWS generationKamil Doległo
2020-06-17Add stdlib s3 publishingKamil Doległo
2020-06-16Document coroutines, temporarily disable stdlibKamil Doległo
2020-06-16Add documenting of stdlib and publishing to s3 on branch pushKamil Doległo