Skip to content

Commit add8422

Browse files
Morris HafnerAerialMantis
authored andcommitted
Add default username to CI
1 parent 3f7a66a commit add8422

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ env:
33
- CONAN_BUILD_REQUIRES="cmake_installer/3.13.4@conan/stable, ninja/1.9.0"
44
- CONAN_CMAKE_GENERATOR=Ninja
55
- CONAN_PRINT_RUN_COMMANDS=1
6+
- CONAN_USERNAME=codeplay
67

78
linux: &linux
89
os: linux

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ environment:
55
CONAN_BUILD_REQUIRES: "cmake_installer/3.13.4@conan/stable, ninja/1.9.0"
66
CONAN_CMAKE_GENERATOR: Ninja
77
CONAN_PRINT_RUN_COMMANDS: 1
8+
CONAN_USERNAME: codeplay
89
PYTHON_HOME: "C:\\Python37"
910

1011
matrix:

0 commit comments

Comments
 (0)