-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#491: Remove sdl2 from Mac install instruction
Also remove MacOS build from CI since it does not work anymore.
- Loading branch information
Showing
3 changed files
with
2 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,44 +25,6 @@ jobs: | |
- name: CI checks | ||
run: docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build | ||
|
||
MacOS: | ||
needs: checks | ||
|
||
name: ${{ matrix.os }} | ||
runs-on: ${{ matrix.os }} | ||
|
||
strategy: | ||
matrix: | ||
os: [macos-10.15, macos-11.0] | ||
steps: | ||
# Checkout, fetch-depth=0 fetches the full repos (required for automatic versioning to work) | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Install dependencies | ||
run: | | ||
brew install [email protected] sdl2 libusb | ||
brew link --overwrite [email protected] | ||
pip3 install -e . | ||
pip3 install cx_freeze==6.4.2 | ||
- name: Build | ||
run: python3 setup.py bdist_mac | ||
|
||
- name: Archive | ||
run: | | ||
export VERSION=$(pip3 list | grep cfclient | awk '{print $2}') | ||
cd build | ||
zip -r "cfclient_$VERSION.zip" "Crazyflie client.app" | ||
cd .. | ||
- name: Upload Build Artifact | ||
uses: actions/[email protected] | ||
with: | ||
name: ${{ matrix.os }}-build | ||
path: "build/*.zip" | ||
|
||
Windows: | ||
name: Windows | ||
needs: checks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters