Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
20 lines (20 loc) · 993 Bytes

File metadata and controls

20 lines (20 loc) · 993 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Build vim from source with python3 support and execute tests.
dist: trusty
sudo: required
branches:
only:
- develop
- dev_unstable
before_install:
- export ORIGINAL_FOLDER=$PWD
- sudo apt update
- 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
- sudo apt remove --purge vim vim-runtime gvim
- cd /tmp
- git clone https://github.com/vim/vim.git
- cd vim
- ./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
- sudo make && sudo make install
- cd $ORIGINAL_FOLDER
install: git clone --recursive https://github.com/python-mode/python-mode
script: vim --version && cd ./tests && bash -x ./test.sh
Morty Proxy This is a proxified and sanitized view of the page, visit original site.