mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Disable Windows builds on auto-tester
This commit is contained in:
parent
46f590b444
commit
203429d231
2 changed files with 10 additions and 6 deletions
|
@ -535,11 +535,13 @@ install: phobos.zip
|
||||||
+rd/s/q $(DIR)\src\phobos
|
+rd/s/q $(DIR)\src\phobos
|
||||||
unzip -o phobos.zip -d $(DIR)\src\phobos
|
unzip -o phobos.zip -d $(DIR)\src\phobos
|
||||||
|
|
||||||
auto-tester-build: targets
|
auto-tester-build:
|
||||||
|
echo "Windows builds have been disabled on auto-tester"
|
||||||
|
|
||||||
JOBS=$(NUMBER_OF_PROCESSORS)
|
JOBS=$(NUMBER_OF_PROCESSORS)
|
||||||
GMAKE=gmake
|
GMAKE=gmake
|
||||||
|
|
||||||
auto-tester-test:
|
auto-tester-test:
|
||||||
$(GMAKE) -j$(JOBS) -f posix.mak unittest BUILD=release DMD="$(DMD)" OS=win$(MODEL) \
|
echo "Windows builds have been disabled on auto-tester"
|
||||||
CUSTOM_DRUNTIME=1 PIC=0 MODEL=$(MODEL) DRUNTIME=$(DRUNTIMELIB) CC=$(CC)
|
#$(GMAKE) -j$(JOBS) -f posix.mak unittest BUILD=release DMD="$(DMD)" OS=win$(MODEL) \
|
||||||
|
#CUSTOM_DRUNTIME=1 PIC=0 MODEL=$(MODEL) DRUNTIME=$(DRUNTIMELIB) CC=$(CC)
|
||||||
|
|
|
@ -507,11 +507,13 @@ install: phobos.zip
|
||||||
+rd/s/q $(DIR)\src\phobos
|
+rd/s/q $(DIR)\src\phobos
|
||||||
unzip -o phobos.zip -d $(DIR)\src\phobos
|
unzip -o phobos.zip -d $(DIR)\src\phobos
|
||||||
|
|
||||||
auto-tester-build: targets
|
auto-tester-build:
|
||||||
|
echo "Windows builds have been disabled on auto-tester"
|
||||||
|
|
||||||
JOBS=$(NUMBER_OF_PROCESSORS)
|
JOBS=$(NUMBER_OF_PROCESSORS)
|
||||||
GMAKE=gmake
|
GMAKE=gmake
|
||||||
|
|
||||||
auto-tester-test:
|
auto-tester-test:
|
||||||
"$(GMAKE)" -j$(JOBS) -f posix.mak unittest BUILD=release DMD="$(DMD)" OS=win$(MODEL) \
|
echo "Windows builds have been disabled on auto-tester"
|
||||||
CUSTOM_DRUNTIME=1 PIC=0 MODEL=$(MODEL) DRUNTIME=$(DRUNTIMELIB) CC=$(CC)
|
#"$(GMAKE)" -j$(JOBS) -f posix.mak unittest BUILD=release DMD="$(DMD)" OS=win$(MODEL) \
|
||||||
|
#CUSTOM_DRUNTIME=1 PIC=0 MODEL=$(MODEL) DRUNTIME=$(DRUNTIMELIB) CC=$(CC)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue