Skip to content

Commit

Permalink
Only run -dip1000 checks on CircleCi on not on the auto-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Apr 14, 2018
1 parent fc2e220 commit 34f2a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ UT_D_OBJS:=$(addprefix $(ROOT)/unittest/,$(addsuffix .o,$(D_MODULES)))
$(UT_D_OBJS): $(ALL_D_FILES)
$(UT_D_OBJS): $(ROOT)/unittest/%.o: %.d
@mkdir -p $(dir $@)
$(DMD) $(DFLAGS) $(UDFLAGS) $(aa[$(subst /,.,$(basename $<))]) -c -of$@ $<
$(DMD) $(DFLAGS) $(UDFLAGS) -c -of$@ $<

ifneq (1,$(SHARED))

Expand Down

0 comments on commit 34f2a0a

Please sign in to comment.