Skip to content

Commit

Permalink
Add CONFIG+=release
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored and iakov committed Aug 30, 2024
1 parent 4853640 commit c70d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
uname -a; gcc --version | grep "gcc"; python3 --version; qmake-qt5 --version
echo ============================
export PYTHON_VERSION_SHORT=`python3 --version | cut -d " " -f 2 | cut -d "." -f1,2`
qmake-qt5 -r PythonQt.pro CONFIG+=${{ matrix.configuration }} \
qmake-qt5 -r PythonQt.pro CONFIG+=release \
CONFIG+=tests CONFIG+=generator \
"PYTHON_VERSION=${PYTHON_VERSION_SHORT}" PYTHON_DIR="/usr"
make -j $(nproc) && \
Expand Down

0 comments on commit c70d0e1

Please sign in to comment.