Cleaned up CI workflows
This commit is contained in:
parent
db0e4d30f1
commit
c3a8018cc3
8 changed files with 68 additions and 60 deletions
|
@ -5,14 +5,14 @@ pipelines:
|
|||
- step:
|
||||
name: Test with bld
|
||||
script:
|
||||
# Install Java & Kotlin via SDKMAN!
|
||||
# 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 17.0.11-tem
|
||||
- sdk install kotlin 2.0.0
|
||||
- sdk install java
|
||||
- sdk install kotlin
|
||||
- source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
# Download, compile and test with bld
|
||||
- ./bld download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue