Skip to content

Commit

Permalink
[CI] Build conan package dependencies only if required. Disable deps …
Browse files Browse the repository at this point in the history
…uploads
  • Loading branch information
Manu343726 committed Jan 26, 2019
1 parent 1554eef commit 2f9ce01
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,7 @@ user-integration-gcc8-x86-llvm6.0.0:
- linux
- docker
script:
- conan create . Manu343726/testing --build
- conan upload "llvm*" --confirm --all -r manu343726
- conan upload "clang*" --confirm --all -r manu343726
- conan upload "compiler-rt*" --confirm --all -r manu343726
- conan upload "libclang" --confirm --all -r manu343726
- conan upload "cppast" --confirm --all -r manu343726
- conan create . Manu343726/testing --build=missing
- if [[ ! -z "$CI_COMMIT_TAG" ]]; then conan upload "tinyrefl" --confirm --all -r manu343726; fi

conan-integration-clang40:
Expand Down

0 comments on commit 2f9ce01

Please sign in to comment.