-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildall.bat
42 lines (30 loc) · 1.58 KB
/
buildall.bat
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
37
38
39
40
41
42
REM stupid SBT runs out of mem on my dev lappie
REM sbt sackfixmessagesfixt11/compile
REM sbt sackfixmessagesfixt11/publishLocal
REM
REM sbt is a .bat, so stick call infront of it
set JAVA_OPTS=-Xmx1024M -Xss2M
call sbt "project sackfixmessages40" clean compile test
call sbt "project sackfixmessages40" publishLocal
call sbt "project sackfixmessages41" clean compile test
call sbt "project sackfixmessages41" publishLocal
call sbt "project sackfixmessages42" clean compile test
call sbt "project sackfixmessages42" publishLocal
call sbt "project sackfixmessages43" clean compile test
call sbt "project sackfixmessages43" publishLocal
call sbt "project sackfixmessages44" clean compile test
call sbt "project sackfixmessages44" publishLocal
call sbt "project sackfixmessages44modified" clean compile test
call sbt "project sackfixmessages44modified" publishLocal
call sbt "project sackfixmessagesfixt11" clean compile test
call sbt "project sackfixmessagesfixt11" publishLocal
call sbt "project sackfixmessages50" clean compile test
call sbt "project sackfixmessages50" publishLocal
call sbt "project sackfixmessages50sp1" clean compile test
call sbt "project sackfixmessages50sp1" publishLocal
call sbt "project sackfixmessages50sp1modified" clean compile test
call sbt "project sackfixmessages50sp1modified" publishLocal
call sbt "project sackfixmessages50sp2" clean compile test
call sbt "project sackfixmessages50sp2" publishLocal
call sbt "project sackfixmessages50sp2modified" clean compile test
call sbt "project sackfixmessages50sp2modified" publishLocal