Skip to content

Commit

Permalink
CI: add -DENABLE_DOWNLOAD_MODULE=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Mar 13, 2024
1 parent 88bb8e5 commit 404aa17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ jobs:
-DQT_ANDROID_SIGN_APK=ON \
-DQT_ENABLE_VERBOSE_DEPLOYMENT=ON \
-DQt6LinguistTools_DIR=${Qt6_DIR}/../gcc_64/lib/cmake/Qt6LinguistTools \
-DCMAKE_INSTALL_PREFIX=`pwd`/install
-DCMAKE_INSTALL_PREFIX=`pwd`/install \
-DENABLE_DOWNLOAD_MODULE=ON
cmake --build . --verbose --config ${{matrix.BUILD_TYPE}} --target all
cmake --build . --verbose --config ${{matrix.BUILD_TYPE}} --target install
APK_FILE=`find . -name "android-*.apk"`
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ jobs:
-DSeetaFaceRecognizer_DIR=${{env.INSTALL_DIR}}/lib/cmake \
-DSeetaFaceTracker_DIR=${{env.INSTALL_DIR}}/lib/cmake \
-DSeetaQualityAssessor_DIR=${{env.INSTALL_DIR}}/lib/cmake \
-Dfacedetection_DIR=${{env.INSTALL_DIR}}/lib/cmake/facedetection
-Dfacedetection_DIR=${{env.INSTALL_DIR}}/lib/cmake/facedetection \
-DENABLE_DOWNLOAD_MODULE=ON
cmake --build . --config ${{ matrix.BUILD_TYPE }} --target install
7z a FaceRecognizer_${{env.FaceRecognizer_VERSION}}_macos_qt${{matrix.qt_version}}.zip ./install/*
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ jobs:
-DSeetaFaceRecognizer_DIR=${{env.INSTALL_DIR}}/lib/cmake ^
-DSeetaFaceTracker_DIR=${{env.INSTALL_DIR}}/lib/cmake ^
-DSeetaQualityAssessor_DIR=${{env.INSTALL_DIR}}/lib/cmake ^
-Dfacedetection_DIR=${{env.INSTALL_DIR}}/lib/cmake/facedetection
-Dfacedetection_DIR=${{env.INSTALL_DIR}}/lib/cmake/facedetection ^
-DENABLE_DOWNLOAD_MODULE=ON
cmake --build . --config ${{matrix.BUILD_TYPE}}
cmake --build . --config ${{matrix.BUILD_TYPE}} --target install
Expand Down

0 comments on commit 404aa17

Please sign in to comment.