installed pty
[VSoRC/.git] / node_modules / node-pty / deps / winpty / .drone.yml
1 # Build configure for https://www.tea-ci.org (fork of Drone CI with Msys2 support)
2 build:
3   image: teaci/msys$$arch
4   pull: true
5   shell: msys$$arch
6   commands:
7     - pacman -S --needed --noconfirm --noprogressbar mingw-w64-cross-gcc mingw-w64-cross-crt-git
8     - ./configure
9     - make
10     - make tests
11     - build/trivial_test.exe
12     - mintty --log - --exec build/winpty.exe cmd /c ver | grep Windows
13
14 matrix:
15   arch:
16     - 64
17     - 32