Skip to content
Snippets Groups Projects
Commit 0b6e8273 authored by Jason Hiser's avatar Jason Hiser
Browse files

setting up CICD

Former-commit-id: 2661677f
parent 983e9486
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,7 @@ basic-pgms-rida:
- "cd $CICD_TO_TEST_DIR"
- "source set_env_vars"
- "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
- "cd /tmp"
- "cd $PEASOUP_HOME/tests; ./test_cmds.sh rida"
- "cd $PEASOUP_HOME/tests; make clean; ./test_cmds.sh rida"
basic-pgms-rida-p1:
stage: test
......@@ -59,6 +58,5 @@ basic-pgms-rida-p1:
- "cd $CICD_TO_TEST_DIR"
- "source set_env_vars"
- "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
- "cd /tmp"
- "cd $PEASOUP_HOME/tests; ./test_cmds.sh rida_p1"
- "cd $PEASOUP_HOME/tests; make clean; ./test_cmds.sh rida_p1"
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