mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +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
|
||||
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)
|
||||
GMAKE=gmake
|
||||
|
||||
auto-tester-test:
|
||||
$(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)
|
||||
echo "Windows builds have been disabled on auto-tester"
|
||||
#$(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
|
||||
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)
|
||||
GMAKE=gmake
|
||||
|
||||
auto-tester-test:
|
||||
"$(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)
|
||||
echo "Windows builds have been disabled on auto-tester"
|
||||
#"$(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