diff options
author | 2018-05-31 11:06:43 +0200 | |
---|---|---|
committer | 2018-05-31 11:06:43 +0200 | |
commit | e19e4a6e1b6237317ef514a5e3e880b80fec4e43 (patch) | |
tree | 6ab464406b13c1668edf5671a09784ff7ff0bbe2 /scripts/ci.sh | |
parent | adds nsjail compiled for ubuntu to see if unit testing can work with that (diff) |
chmod +x on nsjail
Diffstat (limited to 'scripts/ci.sh')
-rw-r--r-- | scripts/ci.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh new file mode 100644 index 0000000..edf5295 --- /dev/null +++ b/scripts/ci.sh @@ -0,0 +1,2 @@ +#!/bin/bash +chmod +x binaries/nsjail2.6-ubuntu-x86_64 |