remvove sudo in circleci script

pull/92/merge
Michel Promonet 6 years ago
parent b04fae0cd9
commit 8e26a2420a

@ -5,7 +5,7 @@ jobs:
- image: heroku/heroku:16
steps:
- checkout
- run: sudo apt-get update; sudo apt-get install -y --no-install-recommends cmake autoconf automake libtool git make g++ liblog4cpp5-dev liblivemedia-dev
- run: apt-get update; apt-get install -y --no-install-recommends cmake autoconf automake libtool git make g++ liblog4cpp5-dev liblivemedia-dev
- run: cmake . && make
- run: cpack .
- run: cpack -G TGZ .

Loading…
Cancel
Save