Skip to content
Snippets Groups Projects
Commit be7f6480 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix(test): move extraction under net_tests

parent 8fa48974
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ before_script: ...@@ -30,7 +30,7 @@ before_script:
# - export WITHOUT="docs,network"; # - export WITHOUT="docs,network";
- export ARGS="--with test"; - export ARGS="--with test";
- if [[ "$CI_STAGE_NAME" == "test" ]]; then echo "Installing system dependencies for ${CI_STAGE_NAME}"; apt update && apt install -y ffmpeg libsm6 libxext6; fi - if [[ "$CI_STAGE_NAME" == "test" ]]; then echo "Installing system dependencies for ${CI_STAGE_NAME}"; apt update && apt install -y ffmpeg libsm6 libxext6; fi
- if [[ "$CI_JOB_NAME" == "Static Type" ]]; then echo "Setting flag to compile zeroc-ice"; export ARGS="${ARGS},dev"; fi - if [[ "$CI_JOB_NAME" == "Static Type" ]]; then echo "Activating development group"; export ARGS="${ARGS},dev"; fi
- if [[ "$CI_JOB_NAME" == "Network Tools Test" ]]; then echo "Setting flag to compile zeroc-ice"; export ARGS="${ARGS} --all-extras"; fi - if [[ "$CI_JOB_NAME" == "Network Tools Test" ]]; then echo "Setting flag to compile zeroc-ice"; export ARGS="${ARGS} --all-extras"; fi
- poetry install -vv $ARGS - poetry install -vv $ARGS
......
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