Created ci directory for continuous integration scripts
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../driver/tests && make run -f Makefile
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../benchmarks/opencl && make run -f Makefile
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../benchmarks/riscv_tests/isa && make run -f Makefile
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../runtime/tests && make run -f Makefile
|
||||
Reference in New Issue
Block a user