mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-17 17:02:28 +00:00
Merge pull request #2322 from patricklodder/1.14.4-actions-win-tests
[CI] Enable windows unit tests
This commit is contained in:
commit
a5eb8c4bcb
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
|
||||
sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
|
||||
sudo update-binfmts --import /usr/share/binfmts/wine
|
||||
run-tests: false
|
||||
run-tests: true
|
||||
dep-opts: ""
|
||||
config-opts: "--enable-reduce-exports"
|
||||
goal: install
|
||||
@ -82,7 +82,7 @@ jobs:
|
||||
sudo update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix
|
||||
sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
|
||||
sudo update-binfmts --import /usr/share/binfmts/wine
|
||||
run-tests: false
|
||||
run-tests: true
|
||||
dep-opts: ""
|
||||
config-opts: "--enable-reduce-exports"
|
||||
goal: install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user