Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit c4d3720

Browse files
authored
Merge pull request #3203 from wilzbach/disable-windows-auto-tester
Disable Windows builds on auto-tester
2 parents 9f0f6e4 + 49a371d commit c4d3720

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

win32.mak

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ clean:
154154
del $(DRUNTIME) $(OBJS_TO_DELETE)
155155
rmdir /S /Q $(DOCDIR) $(IMPDIR)
156156

157-
auto-tester-build: target
157+
auto-tester-build:
158+
echo "Windows builds have been disabled on auto-tester"
158159

159-
auto-tester-test: unittest test_all
160+
auto-tester-test:
161+
echo "Windows builds have been disabled on auto-tester"

win64.mak

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ clean:
145145
del $(DRUNTIME) $(OBJS_TO_DELETE)
146146
rmdir /S /Q $(DOCDIR) $(IMPDIR)
147147

148-
auto-tester-build: target
148+
auto-tester-build:
149+
echo "Windows builds have been disabled on auto-tester"
149150

150-
auto-tester-test: unittest test_all
151+
auto-tester-test:
152+
echo "Windows builds have been disabled on auto-tester"

0 commit comments

Comments
 (0)