ci: use python3 to build
This commit is contained in:
parent
0c906b4e5e
commit
a53363295b
1 changed files with 3 additions and 3 deletions
|
@ -44,12 +44,12 @@ jobs:
|
|||
ln -s /usr/lib/x86_64-linux-gnu/qt5/bin build/build_tools/system_qt-$qtver/gcc_64/bin
|
||||
ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins build/build_tools/system_qt-$qtver/gcc_64/plugins
|
||||
cd build/build_tools/tools/linux
|
||||
python2 ./deps.py
|
||||
python3 ./deps.py
|
||||
- name: Build server
|
||||
run: |
|
||||
cd build/build_tools
|
||||
python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt-$qtver
|
||||
python2 ./make.py
|
||||
python3 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt-$qtver
|
||||
python3 ./make.py
|
||||
- name: Build package
|
||||
run: |
|
||||
cd build/document-server-package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue