Set default Python version in CI/CD

- Set appveyor's default python version
- Removes packages that are already pre-installed
This commit is contained in:
daijro 2024-08-14 00:17:49 -05:00
parent ab42c65945
commit c142266646

View file

@ -11,16 +11,16 @@ cache:
# Only build on tags # Only build on tags
skip_non_tags: true skip_non_tags: true
install: init:
- sudo apt-get update - export PATH=/home/appveyor/venv3.11/bin:$PATH
- sudo apt-get install -y build-essential make msitools wget unzip python3 python3-dev python3-pip git p7zip-full golang-go aria2
build_script: install:
- sudo apt-get install -y msitools aria2
- make setup-minimal - make setup-minimal
- make mozbootstrap - make mozbootstrap
- mkdir -p dist - mkdir -p dist
test_script: build_script:
- python3 ./multibuild.py --target windows macos linux --arch x86_64 - python3 ./multibuild.py --target windows macos linux --arch x86_64
artifacts: artifacts: