浏览代码

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

gifur 4 年之前
父节点
当前提交
9c2178ef85
共有 1 个文件被更改,包括 5 次插入0 次删除
  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日)