We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7a66a commit add8422Copy full SHA for add8422
.travis.yml
@@ -3,6 +3,7 @@ env:
3
- CONAN_BUILD_REQUIRES="cmake_installer/3.13.4@conan/stable, ninja/1.9.0"
4
- CONAN_CMAKE_GENERATOR=Ninja
5
- CONAN_PRINT_RUN_COMMANDS=1
6
+ - CONAN_USERNAME=codeplay
7
8
linux: &linux
9
os: linux
appveyor.yml
@@ -5,6 +5,7 @@ environment:
CONAN_BUILD_REQUIRES: "cmake_installer/3.13.4@conan/stable, ninja/1.9.0"
CONAN_CMAKE_GENERATOR: Ninja
CONAN_PRINT_RUN_COMMANDS: 1
+ CONAN_USERNAME: codeplay
PYTHON_HOME: "C:\\Python37"
10
11
matrix:
0 commit comments