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
|
||||
Reference in New Issue
Block a user