1
0

regression: disable build that times out on Travis

This commit is contained in:
Wesley W. Terpstra 2017-01-19 18:34:31 -08:00
parent 5d70265e86
commit c0496fab29

View File

@ -59,6 +59,7 @@ endif
ifeq ($(SUITE),GroundtestSuiteA) ifeq ($(SUITE),GroundtestSuiteA)
PROJECT=groundtest PROJECT=groundtest
CONFIGS=MemtestConfig MemtestBufferlessConfig MemtestStatelessConfig CONFIGS=MemtestConfig MemtestBufferlessConfig MemtestStatelessConfig
# FancyMemtestConfig takes too long to compile
endif endif
ifeq ($(SUITE),GroundtestSuiteB) ifeq ($(SUITE),GroundtestSuiteB)