Skip to content
Snippets Groups Projects
Commit db031405 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

test

parent e09f3e9f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -44,7 +44,6 @@ install:ubuntu_zesty:
- build:ubuntu_zesty
artifacts:
paths:
- ./build
- ./install
test:ubuntu_zesty:
......@@ -54,7 +53,3 @@ test:ubuntu_zesty:
- "sh ci/scripts/test.sh ./install/gcc-6"
dependencies:
- install:ubuntu_zesty
artifacts:
paths:
- ./build
- ./install
#!/bin/bash
set -e
pwd
ls
if [ $# -ne 1 ]; then
echo "Usage ./test install_folder"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment