From dd710d7db9738dc712737c02135016dd3a958386 Mon Sep 17 00:00:00 2001 From: stevezhengshiqi Date: Sun, 10 Mar 2024 05:55:25 -0400 Subject: [PATCH] makefile: Force build AirportItlwm Debug version * CI: Only generate KBL pack for test --- .github/workflows/main.yml | 2 +- makefile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6923a12b..674f1e0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: - name: Run makefile run: | - ./makefile.sh --VERSION=${CUR_TAG} --BL=CLOVEROC --MODEL=CMLKBL --PRE_RELEASE=KextOC + ./makefile.sh --VERSION=${CUR_TAG} --BL=CLOVEROC --MODEL=KBL --PRE_RELEASE=KextOC - name: Upload to Artifacts uses: actions/upload-artifact@v4 diff --git a/makefile.sh b/makefile.sh index fea2b2d0..a7fcc6a4 100755 --- a/makefile.sh +++ b/makefile.sh @@ -536,7 +536,7 @@ function bKextHelper() { rm -rf itlwm/firmware/* || exit 1 cp -R tmp/iwlwifi-QuZ* "itlwm/firmware/" || copyErr - xcodebuild -scheme "AirportItlwm (all)" -configuration "$3" -derivedDataPath . > /dev/null 2>&1 || buildErr "$2" + xcodebuild -scheme "AirportItlwm (all)" -configuration Debug -derivedDataPath . > /dev/null 2>&1 || buildErr "$2" cp -R "${PATH_LONG_BIG}"* "../CML" || copyErr xcodebuild -scheme "AirportItlwm (all)" clean > /dev/null 2>&1 || buildErr "$2" fi