ci/win: use option 'pacboy' of setup-msys2
This commit is contained in:
parent
06fe7f10d0
commit
7184817e6f
|
|
@ -130,10 +130,10 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { icon: '⬛', sys: mingw32, env: i686 }
|
- { icon: '⬛', sys: mingw32 }
|
||||||
- { icon: '🟦', sys: mingw64, env: x86_64 }
|
- { icon: '🟦', sys: mingw64 }
|
||||||
- { icon: '🟨', sys: ucrt64, env: ucrt-x86_64 } # Experimental!
|
- { icon: '🟨', sys: ucrt64 } # Experimental!
|
||||||
- { icon: '🟧', sys: clang64, env: clang-x86_64 } # Experimental!
|
- { icon: '🟧', sys: clang64 } # Experimental!
|
||||||
name: '🚧${{ matrix.icon }} ${{ matrix.sys }} | makepkg'
|
name: '🚧${{ matrix.icon }} ${{ matrix.sys }} | makepkg'
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
@ -160,7 +160,7 @@ jobs:
|
||||||
git
|
git
|
||||||
base-devel
|
base-devel
|
||||||
tree
|
tree
|
||||||
mingw-w64-${{ matrix.env }}-toolchain
|
pacboy: toolchain:p
|
||||||
|
|
||||||
- name: '🚧 Build package'
|
- name: '🚧 Build package'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -171,7 +171,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.sys }}-openFPGALoader
|
name: ${{ matrix.sys }}-openFPGALoader
|
||||||
path: scripts/msys2/*${{ matrix.env }}*.zst
|
path: scripts/msys2/*.zst
|
||||||
|
|
||||||
- name: '🔍 Show package content'
|
- name: '🔍 Show package content'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -188,10 +188,10 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { icon: '⬛', sys: mingw32, env: i686 }
|
- { icon: '⬛', sys: mingw32 }
|
||||||
- { icon: '🟦', sys: mingw64, env: x86_64 }
|
- { icon: '🟦', sys: mingw64 }
|
||||||
- { icon: '🟨', sys: ucrt64, env: ucrt-x86_64 } # Experimental!
|
- { icon: '🟨', sys: ucrt64 } # Experimental!
|
||||||
- { icon: '🟧', sys: clang64, env: clang-x86_64 } # Experimental!
|
- { icon: '🟧', sys: clang64 } # Experimental!
|
||||||
name: '🚦${{ matrix.icon }} ${{ matrix.sys }} | test'
|
name: '🚦${{ matrix.icon }} ${{ matrix.sys }} | test'
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue