-
Notifications
You must be signed in to change notification settings - Fork 0
/
bleep.yaml
36 lines (36 loc) · 1.13 KB
/
bleep.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$schema: https://raw.githubusercontent.com/oyvindberg/bleep/master/schema.json
$version: 0.0.3
jvm:
name: graalvm-java17:22.3.1
projects:
Ev3LangScala:
extends: template-common
platform:
mainClass: ev3dev4s.JarRunner
Ev3LangScalaExample:
dependsOn: Ev3LangScala
extends: template-common
platform:
mainClass: ev3dev4s.JarRunner
bleepScripts:
dependencies:
- build.bleep::bleep-core:${BLEEP_VERSION}
- build.bleep::bleep-model:${BLEEP_VERSION}
- org.apache.ant:ant-jsch:1.10.13
- com.github.mwiede:jsch:0.2.9
extends: template-common
# todo add Experiments
scripts:
jar: bleepScripts/bleep.scripts.Jar
toRobot: bleepScripts/bleep.scripts.ScpJar
fatJar: bleepScripts/bleep.scripts.FatJar
appToRobot: bleepScripts/bleep.scripts.ScpFatJar
doItToRobot: bleepScripts/bleep.scripts.ScpDoItBash
templates:
template-common:
platform:
name: jvm
scala:
options: -encoding utf8 -feature -unchecked -Wconf:cat=w-flag-value-discard:silent,cat=other-pure-statement:silent,cat=w-flag-numeric-widen:silent,any:warning-verbose
strict: true
version: 2.13.14