Created ci directory for continuous integration scripts

This commit is contained in:
MalikBurton
2020-08-12 13:03:15 -04:00
parent 881485d52e
commit 69f40d1f50
5 changed files with 13 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
cd ../driver/tests && make run -f Makefile
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
cd ../benchmarks/opencl && make run -f Makefile
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
cd ../benchmarks/riscv_tests/isa && make run -f Makefile
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
cd ../runtime/tests && make run -f Makefile