File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build vim from source with python3 support and execute tests.
2+ dist : trusty
3+ sudo : required
24branches :
35 only :
46 - develop
57 - dev_unstable
68before_install :
79 - export ORIGINAL_FOLDER=$PWD
8- - sudo apt install libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev python-dev python3-dev lua5.1 lua5.1-dev libperl-dev git
9- - sudo apt remove vim vim-runtime gvim
10+ - sudo apt update
11+ - sudo apt install -yqq libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev python-dev python3-dev lua5.1 lua5.1-dev libperl-dev git
12+ - sudo apt remove --purge vim vim-runtime gvim
1013 - cd /tmp
1114 - git clone https://github.com/vim/vim.git
1215 - cd vim
You can’t perform that action at this time.
0 commit comments