File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323 apt-get install -y libopus-dev libogg-dev libssl-dev
2424 doxygen
2525 script :
26- - wget https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz
26+ - curl -O https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz
2727 - tar xzf cmake-3.16.9-Linux-x86_64.tar.gz
2828 - cmake-3.16.9-Linux-x86_64/bin/cmake -Bbuild -H.
2929 - cmake-3.16.9-Linux-x86_64/bin/cmake --build build
Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ addons:
1717 - libogg-dev
1818 - libopus-dev
1919 - libssl-dev
20- - wget
2120 homebrew :
2221 brewfile : true
2322
2423env : PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig
2524
2625before_script :
2726 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then
28- wget https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz;
27+ curl -O https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz;
2928 tar xzf cmake-3.16.9-Linux-x86_64.tar.gz;
3029 export PATH="${PWD}/cmake-3.16.9-Linux-x86_64/bin:${PATH}";
3130 fi
You can’t perform that action at this time.
0 commit comments