File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ set -exo pipefail
44
55N=2
66
7- make -j$N -C src -f posix.mak ddmd HOST_DMD=$DMD
7+ make -j$N -C src -f posix.mak HOST_DMD=$DMD
88make -j$N -C src -f posix.mak dmd.conf
99git clone --depth=1 https://github.com/D-Programming-Language/druntime.git ../druntime
1010git clone --depth=1 https://github.com/D-Programming-Language/phobos.git ../phobos
11- make -j$N -C ../druntime -f posix.mak DMD=../dmd/src/ddmd
12- make -j$N -C ../phobos -f posix.mak DMD=../dmd/src/ddmd
11+ make -j$N -C ../druntime -f posix.mak
12+ make -j$N -C ../phobos -f posix.mak
1313
14- make -j$N -C ../druntime -f posix.mak DMD=../dmd/src/ddmd unittest
15- make -j$N -C ../phobos -f posix.mak DMD=../dmd/src/ddmd unittest
16- make -j$N -C test DMD=../src/ddmd MODEL=64
14+ make -j$N -C ../druntime -f posix.mak unittest
15+ make -j$N -C ../phobos -f posix.mak unittest
16+ make -j$N -C test MODEL=64
You can’t perform that action at this time.
0 commit comments