File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ install:
99
1010script :
1111 - conan config install https://github.com/includeos/conan_config.git
12- - conan create . includeos/maclatest -pr apple-clang-10-macos-toolchain
12+ - conan create . includeos/latest -pr apple-clang-10-macos-toolchain
1313 - VERSION=$(conan inspect -a version . | cut -d " " -f 2)
1414 - |
1515 if [ "$TRAVIS_BRANCH" == "master" ]; then
16- conan upload --all diskbuilder/$VERSION@includeos/maclatest -r includeos-test
16+ conan upload --all diskbuilder/$VERSION@includeos/latest -r includeos
1717 fi
1818 if [ -n "$TRAVIS_TAG" ]; then
19- conan copy --all diskbuilder/$VERSION@includeos/maclatest includeos/macstable
20- conan upload --all diskbuilder/$VERSION@includeos/macstable -r includeos-test
19+ conan copy --all diskbuilder/$VERSION@includeos/latest includeos/stable
20+ conan upload --all diskbuilder/$VERSION@includeos/stable -r includeos
2121 fi
2222
2323notifications :
You can’t perform that action at this time.
0 commit comments