Skip to content

Commit

Permalink
CI: modify ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jun 23, 2023
1 parent 00fca01 commit c671c70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
ANDROID_ABI: [armeabi-v7a, x86]
ANDROID_PLATFORM: [android-28]
os: [Ubuntu-20.04]
qt_version: [6.2.4]
qt_version: [lOpenCV]
include:
- VCPKG_TARGET_TRIPLET: arm-android
qt_version: 6.2.4
qt_version: lOpenCV
qt_arch: android_armv7
ANDROID_ABI: armeabi-v7a
qt_modules: 'qtscxml qtmultimedia qtwebview qtimageformats'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
BUILD_TYPE: [Release, Debug]
qt_version: [5.15.2, 5.12.12]
include:
# - qt_version: 6.4.2
# - qt_version: 6.5.1
# triplet: x64-windows
# VCPKG_PLATFORM_TOOLSET: v142
# qt_arch: win64_msvc2019_64
# CMAKE_GENERATOR_PLATFORM: x64
# qt_modules: qtscxml qtpositioning
# qt_modules: qtscxml qtpositioning qtwebchannel qtwebsockets qtwebview

- qt_version: 5.15.2
qt_arch: win64_msvc2019_64
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# compute its hash and append this to the computed cache's key.
appendedCacheKey: cache-vcpkg-msvc-${{matrix.os}}-vc${{matrix.VCPKG_PLATFORM_TOOLSET}}-${{matrix.triplet}}-qt${{matrix.qt_version}}-${{matrix.BUILD_TYPE}}-${{env.VCPKGGITCOMMITID}}
vcpkgTriplet: '${{matrix.triplet}}'
vcpkgArguments: 'openssl libpng pixman libjpeg-turbo libyuv ffmpeg opencv dlib ncnn'
vcpkgArguments: 'openssl libpng pixman libjpeg-turbo libyuv ffmpeg opencv dlib' # ncnn'

- name: build SeetaFace2
working-directory: ${{env.SOURCE_DIR}}
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ override_dh_auto_build:
# cmake --build . --config Release --target install/strip

override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l`pwd`/debian/facerecognizer/opt/FaceRecognizer/lib:$(LIB_PARAS)
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l`pwd`/debian/facerecognizer/opt/FaceRecognizer/lib:`pwd`/debian/facerecognizer/opt/FaceRecognizer/lib/`uname -m`-linux-gnu:$(LIB_PARAS)

0 comments on commit c671c70

Please sign in to comment.