Skip to content

Commit

Permalink
linux conan job should build AND upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aeflores committed Dec 13, 2023
1 parent 09aa733 commit b4dfabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ check-format:
- pip3 install --upgrade pip
- pip3 install -r tests/requirements.txt $EXTRA_INDEX_URL
- PYTHONPATH="$(pwd):$PYTHONPATH" python3 .ci/run_conan.py build
- PYTHONPATH="$(pwd):$PYTHONPATH" python3 .ci/run_conan.py upload

build-conan-linux-gcc9:
image: conanio/gcc9
Expand Down

0 comments on commit b4dfabb

Please sign in to comment.