File tree Expand file tree Collapse file tree 17 files changed +38
-33
lines changed
Expand file tree Collapse file tree 17 files changed +38
-33
lines changed Original file line number Diff line number Diff line change 4242 ANDROID_PLATFORM : android-35
4343 ANDROID_NATIVE_API_LEVEL : 35
4444 qt_modules : ' qtscxml qtserialport'
45- SerialPortAssistant_VERSION : v0.5.31
45+ SerialPortAssistant_VERSION : v0.5.32
4646
4747 # Map the job outputs to step outputs
4848 outputs :
Original file line number Diff line number Diff line change 3535 INSTALL_DIR : ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}
3636 artifact_name : build_appimage
3737 qt_modules : ' qtscxml'
38- SerialPortAssistant_VERSION : v0.5.31
38+ SerialPortAssistant_VERSION : v0.5.32
3939
4040 # Map the job outputs to step outputs
4141 outputs :
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- SerialPortAssistant_VERSION : 0.5.31
8+ SerialPortAssistant_VERSION : 0.5.32
99
1010on :
1111 push :
Original file line number Diff line number Diff line change 3636 runs-on : ${{matrix.variant.os}}
3737
3838 env :
39- SerialPortAssistant_VERSION : 0.5.31
39+ SerialPortAssistant_VERSION : 0.5.32
4040 artifact_name : build_docker
4141
4242 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change 2020
2121 env :
2222 artifact_name : SerialPortAssistant
23- SerialPortAssistant_VERSION : v0.5.31
23+ SerialPortAssistant_VERSION : v0.5.32
2424
2525 # See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)
2626 # See: [Choosing the runner for a job](https://docs.github.com/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job)
Original file line number Diff line number Diff line change 4646 qt_modules : " qtscxml qtmultimedia qtserialport qt5compat qtwebsockets qtpositioning qtwebchannel"
4747 artifact_name : build_macos
4848 VCPKGGITCOMMITID : 4c5ae6b55f3e3e39d291679f89822f496cf190ee
49- SerialPortAssistant_VERSION : v0.5.31
49+ SerialPortAssistant_VERSION : v0.5.32
5050
5151 # Map the job outputs to step outputs
5252 outputs :
Original file line number Diff line number Diff line change 3030 SOURCE_DIR : ${{github.workspace}}\.cache\source
3131 TOOLS_DIR : ${{github.workspace}}\.cache\tools
3232 INSTALL_DIR : ${{github.workspace}}\.cache\install_mingw
33- SerialPortAssistant_VERSION : v0.5.31
33+ SerialPortAssistant_VERSION : v0.5.32
3434 artifact_name : build_mingw
3535
3636 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change 4444 runs-on : ${{matrix.os}}
4545
4646 env :
47- SerialPortAssistant_VERSION : v0.5.31
47+ SerialPortAssistant_VERSION : v0.5.32
4848 BUILD_DIR : ${{github.workspace}}\build
4949 SOURCE_DIR : ${{github.workspace}}\.cache\source
5050 TOOLS_DIR : ${{github.workspace}}\.cache\tools
Original file line number Diff line number Diff line change 3030 TOOLS_DIR : ${{github.workspace}}/.cache/tools
3131 INSTALL_DIR : ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
3232 artifact_name : build_ubuntu
33- SerialPortAssistant_VERSION : 0.5.31
33+ SerialPortAssistant_VERSION : 0.5.32
3434
3535 # Map the job outputs to step outputs
3636 outputs :
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ GET_VERSION(OUT_VERSION SerialPortAssistant_VERSION
4040 OUT_REVISION SerialPortAssistant_Revision
4141 OUT_TAG SerialPortAssistantTAG)
4242IF (NOT SerialPortAssistant_VERSION)
43- SET (SerialPortAssistant_VERSION "0.5.31 " )
43+ SET (SerialPortAssistant_VERSION "0.5.32 " )
4444ENDIF ()
4545IF (NOT SerialPortAssistantTAG)
46- SET (SerialPortAssistantTAG "0.5.31 " )
46+ SET (SerialPortAssistantTAG "0.5.32 " )
4747ENDIF ()
4848message ("SerialPortAssistant_VERSION:${SerialPortAssistant_VERSION} ;Revision:${SerialPortAssistant_Revision} ;Tag:${SerialPortAssistantTAG} " )
4949
You can’t perform that action at this time.
0 commit comments