Skip to content

Commit 8d724b3

Browse files
committed
add ECDK remote
1 parent d2c980c commit 8d724b3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ __pycache__/
55
CMakeFiles/
66
bin/
77
lib/
8+
.vscode/
89
libcharsetdetect/
910
*.cmake
1011
CMakeCache.txt

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ env:
22
global:
33
- CONAN_REFERENCE: "estring/1.2.2"
44
- CONAN_USERNAME: "sunxfancy"
5-
# - CONAN_LOGIN_USERNAME: "sunxfancy"
5+
- CONAN_LOGIN_USERNAME: "sunxfancy"
66
- 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"
88
- CONAN_STABLE_BRANCH_PATTERN: "master"
99

1010
linux: &linux

.travis/install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
1919
fi
2020

2121
pip install conan_package_tools # It install conan too
22+
conan remote add ECDK https://api.bintray.com/conan/elite-lang/ECDK
2223
conan user sunxfancy

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ environment:
77

88
CONAN_REFERENCE: "estring/1.2.2"
99
CONAN_USERNAME: "sunxfancy"
10-
# CONAN_LOGIN_USERNAME: "sunxfancy"
10+
CONAN_LOGIN_USERNAME: "sunxfancy"
1111
CONAN_CHANNEL: "ci"
1212
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"
1414
CONAN_STABLE_BRANCH_PATTERN: "master"
1515

1616
matrix:

0 commit comments

Comments
 (0)