add travis configs for memtest
This commit is contained in:
parent
4fedd180ee
commit
3dae576c9e
@ -31,6 +31,8 @@ env:
|
|||||||
- VCONFIG=DefaultVLSIConfig FCONFIG=DefaultFPGAConfig ECONFIG=DefaultCPPConfig
|
- VCONFIG=DefaultVLSIConfig FCONFIG=DefaultFPGAConfig ECONFIG=DefaultCPPConfig
|
||||||
- VCONFIG=RoccExampleConfig FCONFIG=RoccExampleConfig ECONFIG=RoccExampleConfig
|
- VCONFIG=RoccExampleConfig FCONFIG=RoccExampleConfig ECONFIG=RoccExampleConfig
|
||||||
- VCONFIG=DmaControllerConfig FCONFIG=DmaControllerFPGAConfig ECONFIG=DmaControllerConfig
|
- VCONFIG=DmaControllerConfig FCONFIG=DmaControllerFPGAConfig ECONFIG=DmaControllerConfig
|
||||||
|
- VCONFIG=MemtestConfig FCONFIG=MemtestConfig ECONFIG=MemtestConfig
|
||||||
|
- VCONFIG=MemtestL2Config FCONFIG=MemtestL2Config ECONFIG=MemtestL2Config
|
||||||
|
|
||||||
# blacklist private branches
|
# blacklist private branches
|
||||||
branches:
|
branches:
|
||||||
@ -76,5 +78,4 @@ script:
|
|||||||
- make -j 8 > build.gcc.out
|
- make -j 8 > build.gcc.out
|
||||||
# run riscv-tests
|
# run riscv-tests
|
||||||
- cd ../../emulator
|
- cd ../../emulator
|
||||||
- make -j 8 CONFIG=$ECONFIG run-asm-tests
|
- make -j 8 CONFIG=$ECONFIG run
|
||||||
- make CONFIG=$ECONFIG run-bmark-tests
|
|
||||||
|
Loading…
Reference in New Issue
Block a user