Skip to content

abandonware-pjz37/travis-test-boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Builds done for 3 compilers:

  • linux.gcc (language: cpp, compiler: gcc)
  • linux.clang (language: cpp, compiler: clang)
  • mac.clang (language: objective-c)

Test mac

  • mac.clang (failed: by default boost is not installed): Build Status

  • mac.clang.boost.install (passed) Build Status

  • mac.clang.boost-libcxx.install (failed: brew install hangs): Build Status

> brew install boost --with-c++11
...
No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated

Workaround: link boost libraries dynamically

Tests linux

  • Try to find boost and include boost/config.hpp (failed: by default boost is not installed):

  • linux.gcc Build Status

  • linux.clang Build Status

  • Install boost fix it (passed):

  • linux.gcc.boost.install Build Status

  • linux.clang.boost.install Build Status

  • Try to detect boost 1.53 (failed: default version is lower):

  • linux.gcc.boost-1.53 Build Status

  • linux.clang.boost-1.53 Build Status

  • Try to install boost 1.53 explicitly (failed: no such package):

  • linux.gcc.boost-1.53.explicit Build Status

  • linux.clang.boost-1.53.explicit Build Status

  • Add external repository for boost-1.53 (passed):

  • linux.gcc.boost-1.53.external Build Status

  • linux.clang.boost-1.53.external Build Status

About

travis-ci.org test boost library link with cmake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages