xref: /aosp_15_r20/external/google-fruit/extras/packaging/deploy_to_bintray.bat (revision a65addddcf69f38db5b288d787b6b7571a57bb8f)
1*a65addddSAndroid Build Coastguard Workerset FRUIT_VERSION=354.0
2*a65addddSAndroid Build Coastguard Worker
3*a65addddSAndroid Build Coastguard Workerfor %%G in (Release Debug) DO CMD /C for %%H in (True False) DO CMD /C for %%I in (True False) DO conan create . google/stable -o fruit:shared=%%H -o fruit:use_boost=%%I -s build_type=%%G
4*a65addddSAndroid Build Coastguard Worker
5*a65addddSAndroid Build Coastguard Workerconan remote add fruit-bintray https://api.bintray.com/conan/google/fruit
6*a65addddSAndroid Build Coastguard Worker
7*a65addddSAndroid Build Coastguard WorkerREM To authenticate:
8*a65addddSAndroid Build Coastguard WorkerREM conan user -p BINTRAY_API_KEY_HERE -r fruit-bintray polettimarco
9*a65addddSAndroid Build Coastguard Worker
10*a65addddSAndroid Build Coastguard Workerconan upload fruit/%FRUIT_VERSION%@google/stable --all -r fruit-bintray
11