File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ __pycache__/
5
5
CMakeFiles /
6
6
bin /
7
7
lib /
8
+ .vscode /
8
9
libcharsetdetect /
9
10
* .cmake
10
11
CMakeCache.txt
Original file line number Diff line number Diff line change 2
2
global :
3
3
- CONAN_REFERENCE : " estring/1.2.2"
4
4
- CONAN_USERNAME : " sunxfancy"
5
- # - CONAN_LOGIN_USERNAME: "sunxfancy"
5
+ - CONAN_LOGIN_USERNAME : " sunxfancy"
6
6
- CONAN_CHANNEL : " ci"
7
- # - CONAN_UPLOAD: "https://api.bintray.com/conan/elite-lang/eobject "
7
+ - CONAN_UPLOAD : " https://api.bintray.com/conan/elite-lang/ECDK "
8
8
- CONAN_STABLE_BRANCH_PATTERN : " master"
9
9
10
10
linux : &linux
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
19
19
fi
20
20
21
21
pip install conan_package_tools # It install conan too
22
+ conan remote add ECDK https://api.bintray.com/conan/elite-lang/ECDK
22
23
conan user sunxfancy
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ environment:
7
7
8
8
CONAN_REFERENCE : " estring/1.2.2"
9
9
CONAN_USERNAME : " sunxfancy"
10
- # CONAN_LOGIN_USERNAME: "sunxfancy"
10
+ CONAN_LOGIN_USERNAME : " sunxfancy"
11
11
CONAN_CHANNEL : " ci"
12
12
VS150COMNTOOLS : " C:\\ Program Files (x86)\\ Microsoft Visual Studio\\ 2017\\ Community\\ Common7\\ Tools\\ "
13
- # CONAN_UPLOAD: "https://api.bintray.com/conan/elite-lang/eobject "
13
+ CONAN_UPLOAD : " https://api.bintray.com/conan/elite-lang/ECDK "
14
14
CONAN_STABLE_BRANCH_PATTERN : " master"
15
15
16
16
matrix :
You can’t perform that action at this time.
0 commit comments