X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=blobdiff_plain;f=node_modules%2Fnode-pty%2Fdeps%2Fwinpty%2F.drone.yml;fp=node_modules%2Fnode-pty%2Fdeps%2Fwinpty%2F.drone.yml;h=63d853f624a953ac18396a657e50d75b5731b930;hp=0000000000000000000000000000000000000000;hb=e79e4a5a87f3e84f7c1777f10a954453a69bf540;hpb=4339da12467b75fb8b6ca831f4bf0081c485ed2c diff --git a/node_modules/node-pty/deps/winpty/.drone.yml b/node_modules/node-pty/deps/winpty/.drone.yml new file mode 100644 index 0000000..63d853f --- /dev/null +++ b/node_modules/node-pty/deps/winpty/.drone.yml @@ -0,0 +1,17 @@ +# Build configure for https://www.tea-ci.org (fork of Drone CI with Msys2 support) +build: + image: teaci/msys$$arch + pull: true + shell: msys$$arch + commands: + - pacman -S --needed --noconfirm --noprogressbar mingw-w64-cross-gcc mingw-w64-cross-crt-git + - ./configure + - make + - make tests + - build/trivial_test.exe + - mintty --log - --exec build/winpty.exe cmd /c ver | grep Windows + +matrix: + arch: + - 64 + - 32