Update .lgtm.yml

This commit is contained in:
Leroy.H.Y 2019-07-07 18:57:22 +08:00 committed by GitHub
parent 639be562db
commit a2c72af539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,15 @@ extraction:
prepare: prepare:
packages: packages:
- pkg-config - pkg-config
- libpython3.7-minimal
- qt5-default - qt5-default
- qt5-qmake - qt5-qmake
- python3-dev
- python-dev
- qtdeclarative5-dev - qtdeclarative5-dev
- qttools5-dev-tools
index: index:
build_command: build_command:
- cd src - git submodule update --init
- mkdir build && cd build - lrelease ./Qv2ray.pro
- qmake ../../ - mkdir build && cd ./build
- qmake ../
- make - make