mirror of https://github.com/getdnsapi/getdns.git
Oh no, sudo -i changes cwd
This commit is contained in:
parent
992d24165a
commit
73fcceaa29
|
@ -8,6 +8,6 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- ./configure --with-libevent
|
- ./configure --with-libevent
|
||||||
- make
|
- make
|
||||||
- sudo -i PATH=$PATH make install
|
- sudo PATH=$PATH make install
|
||||||
- make test
|
- make test
|
||||||
- sudo make uninstall
|
- sudo make uninstall
|
||||||
|
|
Loading…
Reference in New Issue