From 453d69201ebaf6d316c48dc8bed477e97069d239 Mon Sep 17 00:00:00 2001 From: zonble Date: Fri, 12 Nov 2021 00:56:11 +0800 Subject: [PATCH] Updates CI settings. --- .github/workflows/continuous-integration-workflow.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index c8a87cdc..5c094c40 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -11,5 +11,10 @@ jobs: - uses: actions/checkout@v1 - name: Clean run: xcodebuild -scheme McBopomofo -configuration Release clean + - name: Clean + run: xcodebuild -scheme McBopomofoInstaller -configuration Release clean - name: Build - run: xcodebuild -scheme McBopomofo -configuration Release + run: xcodebuild -scheme McBopomofo -configuration Release build + - name: Build + run: xcodebuild -scheme McBopomofoInstaller -configuration Release build +