File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,12 +154,12 @@ jobs:
154154 shell : cmd
155155
156156 - name : cygwin tests
157- run : bash ./project/scripts/winCmdTests
157+ run : ' "C:\Program Files\cygwin64\bin\ bash" ./project/scripts/winCmdTests'
158158 shell : cmd
159159
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
163163
164164 - name : Scala.js Test
165165 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"
77$PREFIX /bin/scalac -d out " $SOURCE "
88$PREFIX /bin/scala -classpath out HelloWorld
99$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