mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
CI: Adapt to generic Makefile for Phobos
This commit is contained in:
parent
f8ee42a18d
commit
f3f89ca5b6
8 changed files with 20 additions and 81 deletions
|
@ -63,7 +63,7 @@ build() {
|
|||
generated/build -j$N MODEL=$MODEL HOST_DMD=$DMD DFLAGS="$CI_DFLAGS" BUILD=debug unittest
|
||||
generated/build -j$N MODEL=$MODEL HOST_DMD=$DMD DFLAGS="$CI_DFLAGS" ENABLE_RELEASE=1 dmd
|
||||
make -j$N -C druntime MODEL=$MODEL
|
||||
make -j$N -C ../phobos -f posix.mak MODEL=$MODEL
|
||||
make -j$N -C ../phobos MODEL=$MODEL
|
||||
deactivate # deactivate host compiler
|
||||
}
|
||||
|
||||
|
@ -119,7 +119,7 @@ test_druntime() {
|
|||
|
||||
# build and run Phobos unit tests
|
||||
test_phobos() {
|
||||
make -j$N -C ../phobos -f posix.mak MODEL=$MODEL unittest
|
||||
make -j$N -C ../phobos MODEL=$MODEL unittest
|
||||
}
|
||||
|
||||
# test dub package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue