Skip to content
Snippets Groups Projects

Move to Bintray

Merged Kai Howelmeyer requested to merge fix-build-policy into master
Files
4
+ 6
6
.build-template:
.build-template:
variables:
variables:
CONAN_USERNAME: "ptr-project+sqlite_utils"
CONAN_USERNAME: "ptr"
CONAN_CHANNEL: "testing"
CONAN_CHANNEL: "testing"
CONAN_ARCHS: "x86_64"
CONAN_ARCHS: "x86_64"
CONAN_UPLOAD: "https://api.bintray.com/conan/ptr-project/conan"
CONAN_UPLOAD: "https://api.bintray.com/conan/ptr-project/conan"
CONAN_UPLOAD_RETRY: 3
CONAN_UPLOAD_RETRY: 3
CONAN_UPLOAD_TOKEN: $BINTRAY_PASSWORD
CONAN_STABLE_BRANCH_PATTERN: "stable/*"
CONAN_STABLE_BRANCH_PATTERN: "stable/*"
CONAN_BUILD_POLICY: "all"
CONAN_LOGIN_USERNAME: ${BINTRAY_USER}
CONAN_LOGIN_USERNAME: $BINTRAY_USER
CONAN_PASSWORD: ${BINTRAY_PASSWORD}
CONAN_PASSWORD: $BINTRAY_PASSWORD
before_script:
before_script:
- sudo pip install --upgrade conan_package_tools
- sudo pip install --upgrade conan_package_tools
- conan user
- conan user
@@ -17,7 +15,9 @@
@@ -17,7 +15,9 @@
- env
- env
- python build.py
- python build.py
rules:
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
- if: '$CI_COMMIT_TAG =~ /^stable/'
 
when: always
 
- if: '$CI_COMMIT_TAG =~ /^testing/'
when: always
when: always
gcc-8:
gcc-8:
Loading