Skip to content

Commit a6a8ba9

Browse files
committed
update Travis-CI test
1 parent 6871cb4 commit a6a8ba9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

travis.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ set -exo pipefail
44

55
N=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
88
make -j$N -C src -f posix.mak dmd.conf
99
git clone --depth=1 https://github.com/D-Programming-Language/druntime.git ../druntime
1010
git 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

0 commit comments

Comments
 (0)