Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Oops, wrong key
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrucher committed Jul 17, 2020
1 parent 353c192 commit 6e47731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -245,7 +245,7 @@ script:
- pwd
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then export LD_LIBRARY_PATH=${HOME}/ATK/lib:$LD_LIBRARY_PATH ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export DYLD_LIBRARY_PATH=${HOME}/ATK/lib:$BOOST_BUILD/lib ; fi
- ${MAKE_WRAPPER} make -j16
- ${MAKE_WRAPPER} make -j2
- make install
- export PYTHONPATH=${HOME}/ATK/lib/site-packages/:$PYTHONPATH
- echo $DYLD_LIBRARY_PATH
Expand Down Expand Up @@ -279,7 +279,7 @@ after_script:
cd ${HOME}
echo ${SSH_KEY} > .ssh/id_rsa
chmod 0600 .ssh/id_rsa
GIT_SSH_COMMAND="ssh -v -i ~/.ssh/travis -o \"StrictHostKeyChecking no\"" git clone git+ssh://3649288@git.sd3.gpaas.net/cov.audio-tk.com.git
GIT_SSH_COMMAND="ssh -v -i ~/.ssh/id_rsa -o \"StrictHostKeyChecking no\"" git clone git+ssh://3649288@git.sd3.gpaas.net/cov.audio-tk.com.git
cd cov.audio-tk.com
git rm *
cp -R ${TRAVIS_BUILD_DIR}/build/coverage/* cov.audio-tk.com
Expand All @@ -295,7 +295,7 @@ after_script:
cd ${HOME}
echo ${SSH_KEY} > .ssh/id_rsa
chmod 0600 .ssh/id_rsa
GIT_SSH_COMMAND="ssh -v -i ~/.ssh/travis -o \"StrictHostKeyChecking no\"" git clone git+ssh://3649288@git.sd3.gpaas.net/doc.audio-tk.com.git
GIT_SSH_COMMAND="ssh -v -i ~/.ssh/id_rsa -o \"StrictHostKeyChecking no\"" git clone git+ssh://3649288@git.sd3.gpaas.net/doc.audio-tk.com.git
cd doc.audio-tk.com
git rm *
cp -R ${TRAVIS_BUILD_DIR}/Doxygen/* doc.audio-tk.com
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Expand Up @@ -22,5 +22,5 @@ sonar.links.scm=https://github.com/mbrucher/AudioTK
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=.cc,.cpp,.cxx,.c++,.hh,.hpp,.hxx,.h++,.ipp,.c,.h

sonar.cfamily.threads=1
sonar.cfamily.threads=2
sonar.cfamily.cache.enabled=false

0 comments on commit 6e47731

Please sign in to comment.