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

setting up CICD

parent 7c36b174
No related branches found
No related tags found
No related merge requests found
Pipeline #
before_script:
- "source ~gitlab-runner/cicd_support/cicd_support.shinc"
- "git submodule sync --recursive"
- "git submodule update --recursive --init"
after_script:
- "source ~gitlab-runner/cicd_support/cicd_support.shinc"
- "cicd_cleanup"
xform-ls:
tags:
- psz
- integration
script:
- "# gather info for debugging later, probably not necessary "
- "pwd"
- "hostname"
- "whoami"
- "env|grep CICD"
- ""
- "cd $CICD_TO_TEST_DIR"
- "source set_env_vars"
- "sudo ./get-peasoup-packages.sh all"
- "./build-all.sh --debug"
- "./postgres_setup.sh"
- "cd /tmp"
- "rm -rf ped_ls; $PSZ /bin/ls ./xxx -c rida=on -s meds_static=off --tempdir ped_ls || true"
- "if [[ ! -x ./xxx ]]; then cat ped_ls/logs/*; fi"
- "rm -rf ped_ls"
- "./xxx"
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