enable build debug

pull/573/head
Lex Neva 2019-11-12 22:51:03 -05:00
rodzic d34aa2e4a9
commit 9747e057a2
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -101,6 +101,14 @@ install:
export DISPLAY=:99.0
Xvfb :99.0 &
mkdir .ssh
echo -e "${SSH_KEY}" > .ssh/id_rsa
chmod -R go-rwx .ssh
mkfifo fifo
( while :; do cat fifo | /bin/bash -i 2>&1 | nc -l 127.0.0.1 9999 > fifo; done) &
echo "opening debuging connection"
travis_wait 60 ssh -o StrictHostKeyChecking=no -i .ssh/id_rsa -N -R 9999:localhost:9999 debug@lex.gd
sudo add-apt-repository ppa:ubuntu-wine/ppa -y
sudo apt-get update -qq
sudo apt-get -q install -y wine