Use old config.

pull/2286/head
Kim Kulling 2016-11-22 07:43:51 +01:00
parent 350619a17f
commit ef30abfbcd
1 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,12 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install cmake
env: env:
global: global:
- secure: "lZ7pHQvl5dpZWzBQAaIMf0wqrvtcZ4wiZKeIZjf83TEsflW8+z0uTpIuN30ZV6Glth/Sq1OhLnTP5+N57fZU/1ebA5twHdvP4bS5CIUUg71/CXQZNl36xeaqvxsG/xRrdpKOsPdjAOsQ9KPTQulsX43XDLS7CasMiLvYOpqKcPc=" - secure: "lZ7pHQvl5dpZWzBQAaIMf0wqrvtcZ4wiZKeIZjf83TEsflW8+z0uTpIuN30ZV6Glth/Sq1OhLnTP5+N57fZU/1ebA5twHdvP4bS5CIUUg71/CXQZNl36xeaqvxsG/xRrdpKOsPdjAOsQ9KPTQulsX43XDLS7CasMiLvYOpqKcPc="
before_install:
- sudo apt-get update -qq
- sudo apt-get install cmake
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
language: cpp language: cpp
compiler: compiler:
@ -13,7 +14,7 @@ compiler:
- clang - clang
before_script: before_script:
cmake . -DASSIMP_ENABLE_BOOST_WORKAROUND=YES cmake .
script: script:
make make
@ -23,6 +24,6 @@ addons:
project: project:
name: "assimp/assimp" name: "assimp/assimp"
notification_email: kim.kulling@googlemail.com notification_email: kim.kulling@googlemail.com
build_command_prepend: "cmake . -DASSIMP_ENABLE_BOOST_WORKAROUND=YES" build_command_prepend: "cmake ."
build_command: "make" build_command: "make -j4"
branch_pattern: coverity_scan branch_pattern: coverity_scan