Commit a95a8a58 authored by Siarhei Siamashka's avatar Siarhei Siamashka
Browse files

sudo

parent 7843fc27
language: c language: c
sudo: required
compiler: compiler:
- clang
- gcc - gcc
addons: addons:
...@@ -19,6 +19,6 @@ addons: ...@@ -19,6 +19,6 @@ addons:
script: script:
- git clone https://github.com/linux-sunxi/libump.git - git clone https://github.com/linux-sunxi/libump.git
- cd libump - cd libump
- autoreconf -i && ./configure --prefix=/usr && make && make install - autoreconf -i && ./configure --prefix=/usr && make && sudo make install
- cd .. - cd ..
- autoreconf -vi && ./configure && make - 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