File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11language : cpp
2+ os :
3+ - linux
4+ - osx
25compiler :
36 - gcc
47 - clang
710 - DEBUG="nodebug"
811 - LINKING="static"
912before_install :
10- - sudo apt-get install info install-info
11- - sudo pip install cpp-coveralls
12- - sudo pip install gcovr
13- - wget https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.52.tar.gz
13+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-get install info install-info; fi
14+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo pip install cpp-coveralls; fi
15+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo pip install gcovr; fi
16+ - curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.52.tar.gz -o libmicrohttpd-0.9.52.tar.gz
1417 - tar -xvzf libmicrohttpd-0.9.52.tar.gz
1518 - cd libmicrohttpd-0.9.52
1619 - ./configure --prefix=/usr
You can’t perform that action at this time.
0 commit comments