File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Build vim from source with python3 support and execute tests.
2
- dist : trusty
2
+ dist : bionic
3
3
sudo : required
4
4
branches :
5
5
only :
6
6
- develop
7
- - dev_unstable
8
7
before_install :
9
8
- export ORIGINAL_FOLDER=$PWD
10
9
- 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
10
+ - sudo apt install -yqq libncurses5-dev libatk1.0-dev libbonoboui2-dev python-dev python3-dev lua5.1 lua5.1-dev libperl-dev git
12
11
- sudo apt remove --purge vim vim-runtime gvim
13
12
- cd /tmp
14
13
- git clone https://github.com/vim/vim.git
15
14
- cd vim
16
- - ./configure --with-features=huge --enable-multibyte --enable-python3interp=yes --with-python3-config-dir=/usr/lib/python3.5 /config --enable-perlinterp=yes --enable-luainterp=yes --enable-gui=gtk2 --enable-cscope --prefix=/usr/local
15
+ - ./configure --with-features=huge --enable-multibyte --enable-python3interp=yes --with-python3-config-dir=/usr/lib/python3.6 /config --enable-perlinterp=yes --enable-luainterp=yes --enable-cscope --prefix=/usr/local
17
16
- sudo make && sudo make install
18
17
- cd $ORIGINAL_FOLDER
19
18
install : git clone --recurse-submodules https://github.com/python-mode/python-mode
You can’t perform that action at this time.
0 commit comments