Skip to content

Commit

Permalink
makefile: Force build AirportItlwm Debug version
Browse files Browse the repository at this point in the history
* CI: Only generate KBL pack for test
  • Loading branch information
stevezhengshiqi committed Mar 10, 2024
1 parent 194de15 commit dd710d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd710d7

Please sign in to comment.