Skip to content
Snippets Groups Projects
Commit 926d8c0d authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated tests

parent 81263e53
No related branches found
No related tags found
No related merge requests found
Pipeline #4609 failed
......@@ -38,7 +38,7 @@ do-build-ubuntu18:
# Testing
#
do-test-ubuntu18:
stage: build
stage: test
script:
- ./cicd_testing/do-test.sh
tags:
......@@ -49,7 +49,7 @@ do-test-ubuntu18:
# Turbo Fuzzing
#
do-fuzz-ubuntu18:
stage: build
stage: fuzz
script:
- ./cicd_testing/do-fuzz.sh
tags:
......@@ -59,7 +59,7 @@ do-fuzz-ubuntu18:
# Deploy
#
do-deploy-ubuntu18:
stage: build
stage: deploy
script:
- ./cicd_testing/do-deploy.sh
tags:
......
......@@ -14,6 +14,5 @@ env|grep CICD
time rsync -a --exclude='.git' $CICD_TO_TEST_DIR/ /tmp/libehp_test
cd /tmp/libehp_test
source set_env_vars
scons -j 3
......@@ -6,7 +6,9 @@ set -x
function main()
{
cd /tmp/libehp_test/test
cd /tmp/libehp_test
scons -j3
cd test
./test.sh
exit 0
}
......
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