Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex
libglvnd
Commits
5e59c181
Commit
5e59c181
authored
Jan 21, 2016
by
Luca Boccassi
Browse files
Add Travis CI configuration file
parent
c5bcda3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
0 → 100644
View file @
5e59c181
# Travis CI script
language
:
c
os
:
-
linux
sudo
:
false
addons
:
apt
:
packages
:
-
libxext-dev
-
libx11-dev
-
x11proto-gl-dev
-
xserver-xorg-dev
before_install
:
-
export DISPLAY=:99.0
-
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24
script
:
-
./autogen.sh && ./configure && make -j4 distcheck
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment