X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=0f8766c223168801cbb2ef6617892dc5e22577b3;hb=5c8699f151207953f4029e0fc6c488afce99f756;hp=3740e0d7f90b70f69304cee9d1ac98f1c73f0fa6;hpb=01e2d9fdf7087c181c645abd15605a31a5b7e43c;p=clnl diff --git a/.travis.yml b/.travis.yml index 3740e0d..0f8766c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,12 @@ +addons: + apt: + packages: + - freeglut3 + - freeglut3-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 + - wget http://frank.kank.net/travissbcl/clnl/ee78f42/$(git rev-parse HEAD)/travissbcl + - chmod +x travissbcl script: - - deps/travissbcl --script bin/travis.lisp + - ./travissbcl --script bin/travis.lisp