mirror of https://github.com/fafhrd91/actix-web
Tweak CI config
This commit is contained in:
parent
dbe5cdad7f
commit
16a7b357f6
|
@ -12,7 +12,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
toolchain:
|
toolchain:
|
||||||
- x86_64-pc-windows-msvc
|
- x86_64-pc-windows-msvc
|
||||||
# - i686-pc-windows-msvc
|
|
||||||
- x86_64-apple-darwin
|
- x86_64-apple-darwin
|
||||||
version:
|
version:
|
||||||
- stable
|
- stable
|
||||||
|
@ -20,10 +19,6 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- toolchain: x86_64-pc-windows-msvc
|
- toolchain: x86_64-pc-windows-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
arch: x64
|
|
||||||
# - toolchain: i686-pc-windows-msvc
|
|
||||||
# os: windows-latest
|
|
||||||
# arch: x86
|
|
||||||
- toolchain: x86_64-apple-darwin
|
- toolchain: x86_64-apple-darwin
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
|
|
||||||
|
@ -43,7 +38,7 @@ jobs:
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
vcpkg integrate install
|
vcpkg integrate install
|
||||||
vcpkg install openssl:${{ matrix.arch }}-windows
|
vcpkg install openssl:x64-windows
|
||||||
|
|
||||||
- name: check nightly
|
- name: check nightly
|
||||||
if: matrix.version == 'nightly'
|
if: matrix.version == 'nightly'
|
||||||
|
@ -60,7 +55,6 @@ jobs:
|
||||||
args: --all --bins --examples --tests
|
args: --all --bins --examples --tests
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
if: matrix.toolchain != 'x86_64-pc-windows-gnu'
|
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
|
Loading…
Reference in New Issue