@@ -21,21 +21,21 @@ jobs:
2121 - arch : x64
2222 qt : win64_msvc2017_64
2323 - suffix : qt6
24- qtver : 6.3.0
24+ qtver : 6.3.1
2525 arch : x64
2626 qt : win64_msvc2019_64
2727
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131 with :
3232 submodules : recursive
3333
3434 - name : Prepare vcpkg and libraries
3535 uses : lukka/run-vcpkg@v7
3636 with :
3737 vcpkgArguments : gtest openssl
38- vcpkgTriplet : ${{ matrix.arch }}-windows
38+ vcpkgTriplet : ${{matrix.arch}}-windows
3939 vcpkgGitCommitId : 9b064ff07b987c8f213fdbf4358122fd4fe38ef1
4040
4141 - name : Install Qt
@@ -60,66 +60,17 @@ jobs:
6060 run : |
6161 cmake --build build --config ${env:BUILD_TYPE}
6262 cmake --build build --config ${env:BUILD_TYPE} --target installer
63+ cmake --build build --config ${env:BUILD_TYPE} --target bundle
6364
6465 - name : Test
6566 if : matrix.arch == 'x64'
6667 run : ctest -V -C ${env:BUILD_TYPE} --test-dir build
6768
6869 - name : Upload artifacts
69- uses : actions/upload-artifact@v2
70+ uses : actions/upload-artifact@v3
7071 with :
71- name : web-eid-app-windows-build-${{github.run_number}}-${{ matrix.suffix }}
72+ name : web-eid-app-windows-build-${{github.run_number}}-${{matrix.suffix}}
7273 path : |
7374 build/src/app/*.msi
74- build/**/*.pdb
75-
76- bundle :
77- needs : build
78- runs-on : windows-2019
79- steps :
80- - name : Checkout code
81- uses : actions/checkout@v2
82- with :
83- submodules : recursive
84-
85- - name : Prepare vcpkg and libraries
86- uses : lukka/run-vcpkg@v7
87- with :
88- vcpkgArguments : gtest openssl
89- vcpkgTriplet : x64-windows
90- vcpkgGitCommitId : 9b064ff07b987c8f213fdbf4358122fd4fe38ef1
91-
92- - name : Install Qt
93- uses : jurplel/install-qt-action@v2
94- with :
95- version : 5.12.12
96- arch : win64_msvc2017_64
97-
98- - name : Setup MS Visual C++ dev env
99- uses : ilammy/msvc-dev-cmd@v1
100- with :
101- arch : x64
102- toolset : 14.29
103-
104- - name : Configure CMake
105- run : |
106- cmake "-GNinja" `
107- "-DCMAKE_TOOLCHAIN_FILE=${{env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake" `
108- "-DCMAKE_BUILD_TYPE=${env:BUILD_TYPE}" -S . -B build
109-
110- - name : Download artifacts
111- uses : actions/download-artifact@v2
112- with :
113- name : web-eid-app-windows-build-${{github.run_number}}-qt5
114- path : build
115-
116- - name : Build
117- run : |
118- cmake --build build --config ${env:BUILD_TYPE} --target bundle
119-
120- - name : Upload artifacts
121- uses : actions/upload-artifact@v2
122- with :
123- name : web-eid-app-windows-build-${{github.run_number}}
124- path : |
12575 build/src/app/*.exe
76+ build/**/*.pdb
0 commit comments