Home | History | Annotate | Download | only in packaging
      1 set FRUIT_VERSION=3.4.0
      2 
      3 for %%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 
      5 conan remote add fruit-bintray https://api.bintray.com/conan/google/fruit
      6 
      7 REM To authenticate:
      8 REM conan user -p BINTRAY_API_KEY_HERE -r fruit-bintray polettimarco
      9 
     10 conan upload fruit/%FRUIT_VERSION%@google/stable --all -r fruit-bintray
     11