Implement ./mach bootstrap for MacOS

This commit is contained in:
Martin Robinson 2023-06-22 00:28:54 +02:00
parent 7aaad0aa7e
commit a57c49a4bb
4 changed files with 20 additions and 6 deletions

View file

@ -57,8 +57,7 @@ jobs:
- name: Bootstrap
run: |
python3 -m pip install --upgrade pip virtualenv
python3 ./mach bootstrap-gstreamer
brew install gnu-tar
python3 ./mach bootstrap
- name: Release build
run: |
python3 ./mach build --release --with-${{ env.LAYOUT }}