mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
11 lines
123 B
YAML
11 lines
123 B
YAML
language: java
|
|
|
|
jdk:
|
|
- oraclejdk8
|
|
|
|
before_install:
|
|
- touch local.properties
|
|
|
|
script: exec ./kobaltw --log 2 assemble
|
|
|
|
|