mirror of https://github.com/fafhrd91/actix-net
mingw todo
This commit is contained in:
parent
ac571bd347
commit
a39a8c4cdc
|
@ -39,14 +39,14 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Install MSYS2
|
# - name: Install MSYS2
|
||||||
if: matrix.target.triple == 'x86_64-pc-windows-gnu'
|
# if: matrix.target.triple == 'x86_64-pc-windows-gnu'
|
||||||
uses: msys2/setup-msys2@v2
|
# uses: msys2/setup-msys2@v2
|
||||||
- name: Install MinGW Packages
|
# - name: Install MinGW Packages
|
||||||
if: matrix.target.triple == 'x86_64-pc-windows-gnu'
|
# if: matrix.target.triple == 'x86_64-pc-windows-gnu'
|
||||||
run: |
|
# run: |
|
||||||
msys2 -c 'pacman -Sy --noconfirm pacman'
|
# msys2 -c 'pacman -Sy --noconfirm pacman'
|
||||||
msys2 -c 'pacman --noconfirm -S base-devel pkg-config'
|
# msys2 -c 'pacman --noconfirm -S base-devel pkg-config'
|
||||||
|
|
||||||
# - name: Generate Cargo.lock
|
# - name: Generate Cargo.lock
|
||||||
# uses: actions-rs/cargo@v1
|
# uses: actions-rs/cargo@v1
|
||||||
|
@ -80,6 +80,8 @@ jobs:
|
||||||
args: --workspace --tests --examples
|
args: --workspace --tests --examples
|
||||||
|
|
||||||
- name: check full
|
- name: check full
|
||||||
|
# TODO: compile OpenSSL and run tests on MinGW
|
||||||
|
if: matrix.target.triple != 'x86_64-pc-windows-gnu'
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
|
|
Loading…
Reference in New Issue