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

fixed to cache build between runs

Former-commit-id: 8fa2deed
parent 599fa4d4
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ do-build: ...@@ -18,6 +18,7 @@ do-build:
- "env|grep CICD" - "env|grep CICD"
- "" - ""
- "cd $CICD_TO_TEST_DIR" - "cd $CICD_TO_TEST_DIR"
- "cp -r . /tmp/peasoup_test
- "source set_env_vars" - "source set_env_vars"
- "sudo ./get-peasoup-packages.sh all" - "sudo ./get-peasoup-packages.sh all"
- "./build-all.sh --debug" - "./build-all.sh --debug"
...@@ -29,7 +30,7 @@ xform-ls: ...@@ -29,7 +30,7 @@ xform-ls:
- psz - psz
- integration - integration
script: script:
- "cd $CICD_TO_TEST_DIR" - "cd /tmp/peasoup_test"
- "source set_env_vars" - "source set_env_vars"
- "cd /tmp" - "cd /tmp"
- "rm -rf xxx ped_ls; $PSZ /bin/ls ./xxx -c rida=on -s meds_static=off --tempdir ped_ls || true" - "rm -rf xxx ped_ls; $PSZ /bin/ls ./xxx -c rida=on -s meds_static=off --tempdir ped_ls || true"
...@@ -44,7 +45,7 @@ basic-pgms-rida: ...@@ -44,7 +45,7 @@ basic-pgms-rida:
- psz - psz
- integration - integration
script: script:
- "cd $CICD_TO_TEST_DIR" - "cd /tmp/peasoup_test"
- "source set_env_vars" - "source set_env_vars"
- "cd $CICD_TO_TEST_DIR/peasoup_examples/tests" - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
- "cd $PEASOUP_HOME/tests; make clean; ./test_cmds.sh rida" - "cd $PEASOUP_HOME/tests; make clean; ./test_cmds.sh rida"
...@@ -55,7 +56,7 @@ basic-pgms-rida-p1: ...@@ -55,7 +56,7 @@ basic-pgms-rida-p1:
- psz - psz
- integration - integration
script: script:
- "cd $CICD_TO_TEST_DIR" - "cd /tmp/peasoup_test"
- "source set_env_vars" - "source set_env_vars"
- "cd $CICD_TO_TEST_DIR/peasoup_examples/tests" - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
- "cd $PEASOUP_HOME/tests; make clean; ./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.
Please register or to comment