1
0
mirror of https://github.com/mintty/wsltty.git synced 2024-10-05 18:31:04 +01:00

CI: install build environment

This commit is contained in:
mintty 2022-04-01 00:00:00 +02:00
parent 9de7d8d6f1
commit 87aa168b41

View File

@ -15,9 +15,14 @@ pull_requests:
# Do not start a new build when a new Git tag is created
skip_tags: true
init:
- cmd: |
set PATH=C:\cygwin64;C:\cygwin64\bin;%windir%\System32
setup-x86_64 -q -P unzip -P zoo -P patch -P lcab
winget install Alpine
build_script:
- cmd: |
set PATH=C:\cygwin64\bin;%PATH%
make
test_script: