mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
github action: workflow minor changes \n add chinese_conversion_support to linux version
This commit is contained in:
parent
00fbb63665
commit
1919eca56b
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
# make
|
||||
- name: build goldendict
|
||||
run: |
|
||||
qmake CONFIG+=release PREFIX=/usr CONFIG+=zim_support
|
||||
qmake CONFIG+=release PREFIX=/usr CONFIG+=zim_support CONFIG+=chinese_conversion_support
|
||||
make INSTALL_ROOT=appdir -j`nproc` install; find appdir/
|
||||
ls -al
|
||||
- name: Build AppImage
|
||||
|
|
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -67,7 +67,6 @@ jobs:
|
|||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }}
|
||||
qmake "CONFIG+=zim_support"
|
||||
nmake
|
||||
tree /f
|
||||
|
||||
echo winSdkDir=%WindowsSdkDir% >> %GITHUB_ENV%
|
||||
echo winSdkVer=%WindowsSdkVersion% >> %GITHUB_ENV%
|
||||
|
@ -111,8 +110,8 @@ jobs:
|
|||
#release_name: ${{ steps.package.outputs.packageName }}
|
||||
prerelease: true
|
||||
body: |
|
||||
"release on ${{steps.vars.outputs.release_date}} ${{steps.vars.outputs.release_time_clock}} \n
|
||||
release on ${{steps.vars.outputs.release_date}} ${{steps.vars.outputs.release_time_clock}}
|
||||
branch:${{ github.ref_name }}, commit:${{ steps.vars.outputs.sha_short }}
|
||||
windows built with: arch: qt5.15.2-msvc64 visual studio 2019
|
||||
appimage built with : ubuntu-20.04
|
||||
\n This is a prerelease version ,auto build by github action. use on your on risk:-)"
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
Loading…
Reference in a new issue