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