mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 12:42:48 +03:00
Require python 3.6
This commit is contained in:
parent
b6339fdb04
commit
cbccd2d541
@ -5,6 +5,8 @@ script: meson build && cd ./build && ninja
|
||||
#
|
||||
# notifications:
|
||||
# email: false
|
||||
python:
|
||||
- "3.6"
|
||||
|
||||
before_install:
|
||||
- wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
|
||||
@ -19,7 +21,7 @@ before_install:
|
||||
- sudo make install
|
||||
- cd ..
|
||||
install:
|
||||
- pip3 install --user meson
|
||||
- pip install --user meson
|
||||
|
||||
addons:
|
||||
apt:
|
||||
@ -36,8 +38,6 @@ addons:
|
||||
- g++
|
||||
- re2c
|
||||
- libcurl4-gnutls-dev
|
||||
- python3
|
||||
- python3-pip
|
||||
- unzip
|
||||
# before_deploy: "make deb" # TODO
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user