1 Star 0 Fork 0

RT-Thread-Mirror/EmbeddedProto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bitbucket-pipelines.yml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Bart Hertog 提交于 2020-05-24 13:13 . Deleted one line to much.
image: atlassian/default-image:2
clone:
depth: full
pipelines:
default:
- step:
caches:
- git-modules
script:
- add-apt-repository ppa:ubuntu-toolchain-r/test -y
- apt-get update
- apt-get install -y jq gcc-9 g++-9 unzip cmake lib32ncurses5 lib32z1 lib32stdc++6 python3-venv
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9
- git submodule update --recursive --init
- source bitbucket-pipelines-dependencies.sh
- ./build_test.sh
- ./code_coverage.sh
- cd build/test
- build-wrapper-linux-x86-64 --out-dir SonarQube-output make clean all
- cd -
- export SONAR_SCANNER_OPTS="-Xmx1024m"
- sonar-scanner -Dproject.settings=sonar-project.properties -Dsonar.login=$SONAR_LOGIN
definitions:
caches:
git-modules: .git/modules
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RT-Thread-Mirror/EmbeddedProto.git
git@gitee.com:RT-Thread-Mirror/EmbeddedProto.git
RT-Thread-Mirror
EmbeddedProto
EmbeddedProto
master

搜索帮助