File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ jobs:
157
157
run : bash ./project/scripts/winCmdTests
158
158
shell : cmd
159
159
160
- # - name: msys tests
161
- # run: 'C:\Program Files\Git\bin\bash' ./project/scripts/winCmdTests
162
- # shell: cmd
160
+ - name : msys tests
161
+ run : ' C:\Program Files\Git\bin\bash ./project/scripts/winCmdTests'
162
+ shell : cmd
163
163
164
164
- name : Scala.js Test
165
165
run : sbt ";sjsJUnitTests/test ;sjsCompilerTests/test"
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ $PREFIX/bin/scalac @project/scripts/options "$SOURCE"
7
7
$PREFIX /bin/scalac -d out " $SOURCE "
8
8
$PREFIX /bin/scala -classpath out HelloWorld
9
9
$PREFIX /bin/scala -classpath out -J-Xmx512m HelloWorld
10
- mkdir -p _site && $PREFIX /bin/scaladoc -siteroot _site -project Hello " $SOURCE "
10
+ mkdir -p _site && $PREFIX /bin/scaladoc -d _site -project Hello " $SOURCE "
You can’t perform that action at this time.
0 commit comments