Skip to content

Commit 70ad5f9

Browse files
committed
CI: modify mingw
1 parent 151027b commit 70ad5f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./.github/workflows/msvc.yml
2020

2121
mingw:
22-
if: false
22+
if: true
2323
uses: ./.github/workflows/mingw.yml
2424

2525
macos:

.github/workflows/mingw.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ jobs:
9999
-DBUILD_FREERDP=ON ^
100100
-DCMAKE_PREFIX_PATH=${{env.INSTALL_DIR}}
101101
cmake --build . --config ${{ matrix.BUILD_TYPE }}
102-
;cmake --build . --config ${{ matrix.BUILD_TYPE }} --target install
103-
;copy /Y C:\msys64\mingw64\bin\*.dll install\bin
104-
;copy /Y ${{env.INSTALL_DIR}}\bin\*.dll install\bin
105-
;copy /Y ${{env.INSTALL_DIR}}\lib\*.dll install\bin
106-
;makensis ${{github.workspace}}\build\Install.nsi
102+
cmake --build . --config ${{ matrix.BUILD_TYPE }} --target install
103+
copy /Y C:\msys64\mingw64\bin\*.dll install\bin
104+
copy /Y ${{env.INSTALL_DIR}}\bin\*.dll install\bin
105+
copy /Y ${{env.INSTALL_DIR}}\lib\*.dll install\bin
106+
makensis ${{github.workspace}}\build\Install.nsi
107107
108108
- name: update artifact
109109
if: false # ${{ matrix.BUILD_TYPE == 'Release' }}

0 commit comments

Comments
 (0)