constant integration updates

This commit is contained in:
Blaise Tine
2020-11-16 02:39:53 -08:00
parent 18ff70bc7f
commit 77bca2deca
11 changed files with 28 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/sh
# exit when any command fails
set -e
run_1c()
{
# test single core

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# exit when any command fails
set -e
OS_DIR=ubuntu/bionic
SRCDIR=/opt
DESTDIR=.

View File

@@ -1,3 +1,6 @@
#!/bin/bash
# exit when any command fails
set -e
make -C driver/tests run

View File

@@ -1,3 +1,6 @@
#!/bin/sh
# exit when any command fails
set -e
make -C benchmarks/opencl run

View File

@@ -1,3 +1,6 @@
#!/bin/bash
# exit when any command fails
set -e
make -C hw/simulate run

View File

@@ -1,3 +1,6 @@
#!/bin/bash
# exit when any command fails
set -e
make -C runtime/tests run

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# exit when any command fails
set -e
REPOSITORY=https://github.com/vortexgpgpu/vortex-toolchain-prebuilt/raw/master
riscv()