From 92f86faeaa6dbe266936ae15d23c34c02cd0bbd2 Mon Sep 17 00:00:00 2001 From: alainchen Date: Sat, 16 Apr 2022 13:41:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4dfffb..3878e81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ deploy-build_macos_x86: - echo '开始在macos_x86上编译' - cd src/ - /Users/chen/Qt/6.2.2/macos/bin/qmake - - make + - make -j12 - /Users/chen/Qt/6.2.2/macos/bin/macdeployqt eda_qt.app - open ./eda_qt.app - pwd