Created ci directory for continuous integration scripts
This commit is contained in:
3
ci/test_driver.sh
Executable file
3
ci/test_driver.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../driver/tests && make run -f Makefile
|
||||
3
ci/test_opencl.sh
Executable file
3
ci/test_opencl.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../benchmarks/opencl && make run -f Makefile
|
||||
3
ci/test_riscv_isa.sh
Executable file
3
ci/test_riscv_isa.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../benchmarks/riscv_tests/isa && make run -f Makefile
|
||||
3
ci/test_runtime.sh
Executable file
3
ci/test_runtime.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../runtime/tests && make run -f Makefile
|
||||
@@ -5,7 +5,7 @@ all:
|
||||
|
||||
run:
|
||||
$(MAKE) -C basic run-rtlsim
|
||||
$(MAKE) -C basic run-simx
|
||||
#$(MAKE) -C basic run-simx
|
||||
$(MAKE) -C demo run-rtlsim
|
||||
$(MAKE) -C demo run-simx
|
||||
$(MAKE) -C dogfood run-rtlsim
|
||||
|
||||
Reference in New Issue
Block a user