File tree Expand file tree Collapse file tree
App/Qt/ChineseChess/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 SOURCE_DIR : ${{github.workspace}}/.cache/source
3434 TOOSL_DIR : ${{github.workspace}}/.cache/tools
3535 INSTALL_DIR : ${{github.workspace}}/.cache/install
36- ChineseChessControl_VERSION : " v2.0.12 "
36+ ChineseChessControl_VERSION : " v2.0.13 "
3737 VCPKGGITCOMMITID : a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
3838 ANDROID_PLATFORM : android-23
3939 ANDROID_NATIVE_API_LEVEL : 23
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: build
55env :
66 artifact_path : artifact_path
77 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8- ChineseChessControl_VERSION : " v2.0.12 "
8+ ChineseChessControl_VERSION : " v2.0.13 "
99
1010on :
1111 push :
Original file line number Diff line number Diff line change 1818 SOURCE_DIR : ${{github.workspace}}/.cache/source
1919 TOOSL_DIR : ${{github.workspace}}/.cache/tools
2020 INSTALL_DIR : ${{github.workspace}}/.cache/install_ubuntu
21- ChineseChessControl_VERSION : " v2.0.12 "
21+ ChineseChessControl_VERSION : " v2.0.13 "
2222 DOXYGEN_VERSION : 1.9.8
2323 artifact_name : build_doxygen
2424
Original file line number Diff line number Diff line change 3737 qt_modules : ' qtwebengine ${{ matrix.qt_modules }}'
3838 VCPKGGITCOMMITID : a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
3939 artifact_name : build_macos
40- ChineseChessControl_VERSION : " 2.0.12 "
40+ ChineseChessControl_VERSION : " 2.0.13 "
4141
4242 # Map the job outputs to step outputs
4343 outputs :
Original file line number Diff line number Diff line change 2525 TOOSL_DIR : ${{github.workspace}}\.cache\tools
2626 INSTALL_DIR : ${{github.workspace}}\.cache\install
2727 artifact_name : build_mingw
28- ChineseChessControl_VERSION : " v2.0.12 "
28+ ChineseChessControl_VERSION : " v2.0.13 "
2929
3030 # Map the job outputs to step outputs
3131 outputs :
Original file line number Diff line number Diff line change 3939 runs-on : windows-latest
4040
4141 env :
42- ChineseChessControl_VERSION : " v2.0.12 "
42+ ChineseChessControl_VERSION : " v2.0.13 "
4343 artifact_name : build_msvc
4444 SOURCE_DIR : ${{github.workspace}}\.cache\source
4545 TOOSL_DIR : ${{github.workspace}}\.cache\tools
Original file line number Diff line number Diff line change 2222 SOURCE_DIR : ${{github.workspace}}/.cache/source
2323 TOOSL_DIR : ${{github.workspace}}/.cache/tools
2424 INSTALL_DIR : ${{github.workspace}}/.cache/install
25- ChineseChessControl_VERSION : " 2.0.12 "
25+ ChineseChessControl_VERSION : " 2.0.13 "
2626 artifact_name : build_ubuntu
2727
2828 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ before_install:
5050- sudo Xvfb :99 -ac &
5151- export DISPLAY=:99.0
5252- mkdir ${SOURCE_DIR}/Tools
53- - export VERSION="v2.0.12 "
53+ - export VERSION="v2.0.13 "
5454- echo "QT_USER:$QT_USER"
5555- echo "QT_PASSWORD:$QT_PASSWORD"
5656- echo "STOREPASS:$STOREPASS"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package=" org.KangLinStudio.ChineseChess"
4- android : versionName =" 2.0.12 "
4+ android : versionName =" 2.0.13 "
55 android : versionCode =" 2"
66 android : installLocation =" auto" >
77
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if(POLICY CMP0021)
3030endif ()
3131
3232# 设置版本号
33- SET (ChineseChessControl_VERSION "v2.0.12 " )
33+ SET (ChineseChessControl_VERSION "v2.0.13 " )
3434# 用 GIT 得到版本号
3535IF (EXISTS "${CMAKE_SOURCE_DIR} /.git" )
3636 if (NOT GIT)
You can’t perform that action at this time.
0 commit comments