Build RoccExampleConfig in Travis Regressions

This adds a build stage for checking that miscellaneous
configurations (like RoccExampleConfig) still compile. No tests are run.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
This commit is contained in:
Schuyler Eldridge 2018-06-25 11:48:49 -04:00
parent 9ef6810a03
commit 7c0b0ae957
2 changed files with 11 additions and 3 deletions

View File

@ -100,3 +100,6 @@ jobs:
script:
- travis_wait 80 make emulator-ndebug -C regression SUITE=RocketSuiteC JVM_MEMORY=3G
- travis_wait 80 make emulator-regression-tests -C regression SUITE=RocketSuiteC JVM_MEMORY=3G
- <<: *test
script:
- make emulator-ndebug -C regression SUITE=Miscellaneous JVM_MEMORY=3G

View File

@ -79,6 +79,11 @@ CONFIGS += $(CONFIGS_32)
CONFIGS += $(CONFIGS_64)
endif
ifeq ($(SUITE), Miscellaneous)
PROJECT=freechips.rocketchip.system
CONFIGS=RoccExampleConfig
endif
# These are the named regression targets. While it's expected you run them in
# this order, since there's dependencies for everything it doesn't actually
# matter. They're here to make running the various targets from the