forked from jinq0123/grpc-lua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconan_install.bat.example
More file actions
19 lines (15 loc) · 990 Bytes
/
conan_install.bat.example
File metadata and controls
19 lines (15 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
REM Install lua-cpp, luapbintf and grpc-lua from conan.
REM Ignore if ERROR: Remote 'jinq0123' already exists with same URL
conan remote add remote_bintray_jinq0123 https://api.bintray.com/conan/jinq0123/test
conan remote add remote_bintray_inexorgame https://api.bintray.com/conan/inexorgame/inexor-conan
conan remote add remote_bintray_bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan remote add remote_bintray_conan https://api.bintray.com/conan/conan/conan-transit
REM Using debug_x64
set arg=--build missing --build outdated --update -s build_type=Debug -s arch=x86_64 -s compiler.runtime=MDd
conan install lua-cpp/5.3.4@jinq0123/testing %arg%
conan install luapbintf/0.1@jinq0123/testing %arg%
conan install grpc-lua/0.1@jinq0123/testing %arg%
REM Ignore if ERROR: Remote 'remote_bintray_jinq0123' not found in remotes
conan remote remove remote_bintray_jinq0123
conan remote remove remote_bintray_inexorgame
conan remote remove remote_bintray_bincrafters