1 Star 0 Fork 94

diycp2015 / 基于QT开发的可视化FPGA-EDA软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
alainchen 提交于 2022-08-18 11:03 . Update .gitlab-ci.yml
# stages:
# - deploy
# deploy-build_ubuntu_x86:
# stage: deploy
# only:
# - tg
# tags:
# - build_ubuntu_x86
# script:
# - echo '开始在ubuntu_x86上编译'
# - pwd
# - debuild -b
# - echo 'ubuntu_x86上编译完成'
# deploy-build_macos_x86:
# stage: deploy
# only:
# - tg
# tags:
# - build_macos_x86
# script:
# - echo '开始在macos_x86上编译'
# - cd src/
# - /Users/chen/Qt/6.2.2/macos/bin/qmake
# - make -j12
# - /Users/chen/Qt/6.2.2/macos/bin/macdeployqt Visual\ FEDA.app
# - open ./Visual\ FEDA.app
# - pwd
# - echo 'macos_x86上编译完成'
# deploy-build_raspi_arm64:
# stage: deploy
# only:
# - tg
# tags:
# - build_raspi_arm64
# script:
# - echo '开始在raspi_arm64上编译'
# - pwd
# - debuild -b
# - echo 'raspi_arm64上编译完成'
# deploy-build_ubuntu_arm64_kp:
# stage: deploy
# only:
# - tg
# tags:
# - build_ubuntu_arm64_kp
# script:
# - echo '开始在ubuntu_arm64_kp上编译'
# - pwd
# - debuild -b
# - echo 'ubuntu_arm64_kp上编译完成'
# deploy-build_uos_arm64_kp:
# stage: deploy
# only:
# - tg
# tags:
# - build_uos_arm64_kp
# script:
# - echo '开始在uos_arm64_kp上编译'
# - pwd
# - debuild -b
# - echo 'uos_arm64_kp上编译完成'
# test:
# stage: deploy
# only:
# - new
# tags:
# - test
# script:
# - echo '测试'
C++
1
https://gitee.com/diycp2015/eda_fpga.git
git@gitee.com:diycp2015/eda_fpga.git
diycp2015
eda_fpga
基于QT开发的可视化FPGA-EDA软件
tg

搜索帮助