mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 23:22:04 -08:00
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:
parent
ab42c65945
commit
c142266646
1 changed files with 5 additions and 5 deletions
10
appveyor.yml
10
appveyor.yml
|
|
@ -11,16 +11,16 @@ cache:
|
|||
# Only build on tags
|
||||
skip_non_tags: true
|
||||
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y build-essential make msitools wget unzip python3 python3-dev python3-pip git p7zip-full golang-go aria2
|
||||
init:
|
||||
- export PATH=/home/appveyor/venv3.11/bin:$PATH
|
||||
|
||||
build_script:
|
||||
install:
|
||||
- sudo apt-get install -y msitools aria2
|
||||
- make setup-minimal
|
||||
- make mozbootstrap
|
||||
- mkdir -p dist
|
||||
|
||||
test_script:
|
||||
build_script:
|
||||
- python3 ./multibuild.py --target windows macos linux --arch x86_64
|
||||
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue