Updated Kotlin dependencies
Kotlin extension to version 1.0.0-SNAPSHOT Dokka extension to version 1.0.0-SNAPSHOT
This commit is contained in:
parent
7720a93d0a
commit
4fa2b549ad
9 changed files with 125 additions and 86 deletions
|
@ -1,10 +1,20 @@
|
|||
image: openjdk:17
|
||||
image: ubuntu:latest
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
name: Test with bld
|
||||
script:
|
||||
# Install latest Java & Kotlin via SDKMAN!
|
||||
- apt-get update -qq && apt-get install -y curl zip
|
||||
- curl -s "https://get.sdkman.io" | bash
|
||||
- echo sdkman_auto_answer=true > $HOME/.sdkman/etc/config
|
||||
- echo sdkman_auto_selfupdate=true >> $HOME/.sdkman/etc/config
|
||||
- source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
- sdk install java
|
||||
- sdk install kotlin
|
||||
- source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
# Download, compile and test with bld
|
||||
- ./bld download
|
||||
- ./bld compile
|
||||
- ./bld test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue