use ninja to build qv2ray

This commit is contained in:
Guobang Bi 2020-03-07 09:43:29 +08:00
parent 5a0f7258e3
commit eca7be07ed
No known key found for this signature in database
GPG Key ID: D850BE43BE29325B

View File

@ -99,7 +99,7 @@ jobs:
cd build
export _QV2RAY_BUILD_INFO_="Qv2ray built from Github Action"
export _QV2RAY_BUILD_EXTRA_INFO_="qt${{ matrix.qt_version }}-${{ github.sha }}"
cmake ..
cmake .. -GNinja
- name: Linux - ${{ matrix.qt_version }} - Generate Dependencies and Makefile
if: matrix.platform == 'ubuntu-16.04'
@ -112,7 +112,7 @@ jobs:
cd build
export _QV2RAY_BUILD_INFO_="Qv2ray built from Github Action"
export _QV2RAY_BUILD_EXTRA_INFO_="qt${{ matrix.qt_version }}-${{ github.sha }}"
cmake ..
cmake .. -GNinja
#qmake .. CONFIG+="debug_and_release no_increase_build_number" PREFIX=/usr
# -------------------------------------------------------- Build
- name: Build Qv2ray