Skip to content

Commit 3bf6645

Browse files
committed
wip
1 parent 7185eed commit 3bf6645

File tree

12 files changed

+545
-574
lines changed

12 files changed

+545
-574
lines changed

.drone.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ pipeline:
3737
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
3838
- ./project/scripts/bootstrapCmdTests
3939

40+
test_sjs:
41+
group: test
42+
image: lampepfl/dotty:2018-09-14-2
43+
commands:
44+
- cp -R . /tmp/3/ && cd /tmp/3/
45+
- ./project/scripts/sbt ";sjsSandbox/run"
46+
4047
test_sbt:
4148
group: test
4249
image: lampepfl/dotty:2018-09-14-2

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ val scalap = Build.scalap
1919
val dist = Build.dist
2020
val `dist-bootstrapped` = Build.`dist-bootstrapped`
2121

22+
val sjsSandbox = Build.sjsSandbox
23+
2224
val `sbt-dotty` = Build.`sbt-dotty`
2325
val `vscode-dotty` = Build.`vscode-dotty`
2426

compiler/src/dotty/tools/backend/backend/sjs/JSPrimitives.scala

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)