1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-24 01:15:41 +02:00

[ci skip] add gitpod config

This commit is contained in:
张志豪 2020-06-15 18:03:41 +08:00
parent fb97839610
commit ad24dbd3a7
2 changed files with 13 additions and 0 deletions

5
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,5 @@
FROM gitpod/workspace-full
USER gitpod
RUN brew install kotlin

8
.gitpod.yml Normal file
View File

@ -0,0 +1,8 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: gradle compileKotlin
vscode:
extensions:
- mathiasfrohlich.Kotlin@1.7.0:9xQZtwTUg4bdXHCMyxM7vQ==
- fwcd.kotlin@0.2.11:moh8IDanzsIlhtK2IeiLmQ==