Commit 7843fc27 authored by Siarhei Siamashka's avatar Siarhei Siamashka
Browse files

Try to build libump

parent 9ef97a33
......@@ -16,4 +16,9 @@ addons:
- automake
- libdrm-dev
script: autoreconf -vi && ./configure && make
script:
- git clone https://github.com/linux-sunxi/libump.git
- cd libump
- autoreconf -i && ./configure --prefix=/usr && make && make install
- cd ..
- autoreconf -vi && ./configure && make
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment