File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -51,37 +51,6 @@ concurrency:
5151 cancel-in-progress : true
5252
5353jobs :
54- cygwin :
55- runs-on : windows-latest
56- strategy :
57- fail-fast : false
58- matrix :
59- python-version-start : [python-3]
60- python-version : [9]
61- steps :
62- - run : |
63- git config --global core.autocrlf false
64- git config --global core.symlinks true
65- - name : Set up the repository
66- uses : actions/checkout@v4
67- with :
68- submodules : recursive
69- fetch-depth : 0
70- - name : Set up Cygwin
71- uses : egor-tensin/setup-cygwin@v4
72- with :
73- packages : gcc-core gcc-g++ python3${{ matrix.python-version }}-devel ninja pkgconf
74- - name : Install dependencies
75- shell : C:\tools\cygwin\bin\bash.exe --norc -eo pipefail -o igncr '{0}'
76- run : |
77- python3.${{ matrix.python-version }} -m pip install --upgrade pip
78- python3.${{ matrix.python-version }} -m pip install --upgrade -r ./requirements.txt
79- - name : Build and check
80- shell : C:\tools\cygwin\bin\bash.exe --norc -eo pipefail -o igncr '{0}'
81- run : |
82- pip install --no-build-isolation --config-settings=builddir=builddir .
83- meson test --print-errorlogs -C builddir
84-
8554 ci :
8655 name : CI (${{ matrix.os }} with Python ${{ matrix.python-version }})
8756 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments