Browse Source

#IQRV #comment [DevAdapter] 暂存Conan打包厂商适配器工程的脚本

gifur 4 years ago
parent
commit
9c2178ef85
1 changed files with 5 additions and 0 deletions
  1. 5 0
      DevAdapter/Note.md

+ 5 - 0
DevAdapter/Note.md

@@ -1,3 +1,8 @@
+# 打包指令
+`conan new cw/2021.0208.01 --bare`
+`conan export-pkg . LR04.02_VendorLib/testing -s arch=armv8 -s os=Linux -s compiler=gcc -s compiler.libcxx=libstdc++11 -s compiler.version=8 -s build_type=Debug`
+`conan upload cw/2021.0208.01@LR04.02_VendorLib/testing --all -r=conan-cmb`
+
 # 注意事项
 
 * 科堡适配器依赖:`sudo apt-get install libasound2-dev` (廖桂发,2021年2月5日)