8 runs-on: windows-latest
18 - run: git config --global core.autocrlf input
20 # fetch all history for all tags for 'git describe'
21 - uses: actions/checkout@v3
25 - name: Install Cygwin
26 uses: cygwin/cygwin-install-action@master
35 mingw64-${{ matrix.pkgarch }}-bzip2,
36 mingw64-${{ matrix.pkgarch }}-gcc-g++,
37 mingw64-${{ matrix.pkgarch }}-headers,
38 mingw64-${{ matrix.pkgarch }}-libgcrypt,
39 mingw64-${{ matrix.pkgarch }}-libsolv,
40 mingw64-${{ matrix.pkgarch }}-xz,
41 mingw64-${{ matrix.pkgarch }}-zlib,
42 mingw64-${{ matrix.pkgarch }}-zstd,
46 run: packaging-scripts/conf.sh upx ${{ matrix.pkgarch }}
47 shell: bash --noprofile --norc -eo pipefail '{0}'
51 export PATH=/usr/${{ matrix.pkgarch }}-w64-mingw32/sys-root/mingw/bin/:${PATH} &&
52 make -C ${{ matrix.pkgarch }} check
53 shell: bash --noprofile --norc -eo pipefail '{0}'