Skip to content
Snippets Groups Projects

Move to Bintray

Merged Kai Howelmeyer requested to merge fix-build-policy into master
+ 1
2
.build-template:
variables:
CONAN_USERNAME: "ptr-project+sqlite_utils"
CONAN_USERNAME: "ptr"
CONAN_CHANNEL: "testing"
CONAN_ARCHS: "x86_64"
CONAN_UPLOAD: "https://api.bintray.com/conan/ptr-project/conan"
@@ -11,7 +11,6 @@
before_script:
- sudo pip install --upgrade conan_package_tools
- conan user
- conan config set general.request_timeout=120
script:
- env
- python build.py
Loading