Commit b82da14e authored by nanahira's avatar nanahira

adjsudo

parent b2bf2f14
......@@ -56,14 +56,14 @@ before_install:
- curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip
- unzip -q irrKlang-32bit-1.5.0.zip
- cp -rf irrKlang-1.5.0/include /usr/local/include/irrKlang
- sudo cp -rf irrKlang-1.5.0/include /usr/local/include/irrKlang
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
sudo cp -rf irrKlang-1.5.0/bin/macosx-gcc/*.dylib /usr/local/lib/;
sudo cp -rf irrKlang-1.5.0/bin/macosx-gcc/*.dylib .;
cp -rf irrKlang-1.5.0/bin/macosx-gcc/*.dylib .;
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo cp -rf irrKlang-1.5.0/bin/linux-gcc/*.so /usr/local/lib/;
sudo cp -rf irrKlang-1.5.0/bin/linux-gcc/*.so .;
cp -rf irrKlang-1.5.0/bin/linux-gcc/*.so .;
fi
script:
......
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