mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-11 03:42:05 -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
|
# 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue