Add emulator "make debug" and "-j" to travis
This commit is contained in:
		@@ -65,7 +65,8 @@ script:
 | 
				
			|||||||
  - make install
 | 
					  - make install
 | 
				
			||||||
  # build emulator
 | 
					  # build emulator
 | 
				
			||||||
  - cd ../../../emulator
 | 
					  - cd ../../../emulator
 | 
				
			||||||
  - make
 | 
					  - make -j 8
 | 
				
			||||||
 | 
					  - make -j 8 debug
 | 
				
			||||||
  # build riscv-gcc
 | 
					  # build riscv-gcc
 | 
				
			||||||
  - cd ../riscv-tools/riscv-gnu-toolchain
 | 
					  - cd ../riscv-tools/riscv-gnu-toolchain
 | 
				
			||||||
  - ./configure --prefix=$RISCV
 | 
					  - ./configure --prefix=$RISCV
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user