mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Create test-windows.yml
This commit is contained in:
parent
79a9981a63
commit
8aa5ec661f
32
.github/workflows/test-windows.yml
vendored
Normal file
32
.github/workflows/test-windows.yml
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
name: Test Windows
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: windows-2016
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
python-version: ["3.7"]
|
||||||
|
|
||||||
|
name: Python ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Prepare dependencies
|
||||||
|
run: python.exe winbuild\build_dep.py
|
||||||
|
|
||||||
|
- name: Build dependencies
|
||||||
|
run: winbuild\build_deps.cmd
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: python.exe winbuild\build.py
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: python.exe selftest.py --installed
|
||||||
|
|
||||||
|
- name: After success
|
||||||
|
run: echo TODO
|
||||||
|
|
Loading…
Reference in New Issue
Block a user