Skip to content

Commit

Permalink
jenkins.py: Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Sep 16, 2017
1 parent fdbc71a commit ec991af
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,32 +85,10 @@ def run():
if not project_dir:
sys.exit('Expected environment variable PROJECT_DIR')

# Check broken builds --
if (project_dir == 'examples/Boost-filesystem') and (toolchain == 'analyze'):
print('Skip (https://github.com/ruslo/hunter/issues/25)')
sys.exit(0)

if (project_dir == 'examples/Boost-system') and (toolchain == 'analyze'):
print('Skip (https://github.com/ruslo/hunter/issues/26)')
sys.exit(0)

if (project_dir == 'examples/OpenSSL') and (toolchain == 'mingw'):
print('Skip (https://github.com/ruslo/hunter/issues/28)')
sys.exit(0)

if (project_dir == 'examples/OpenSSL') and (toolchain == 'ios-7-0'):
print('Skip (https://github.com/ruslo/hunter/issues/29)')
sys.exit(0)

if (project_dir == 'examples/OpenSSL') and (toolchain == 'xcode'):
print('Skip (https://github.com/ruslo/hunter/issues/30)')
sys.exit(0)

ci = os.getenv('TRAVIS') or os.getenv('APPVEYOR')
if (ci and toolchain == 'dummy'):
print('Skip build: CI dummy (workaround)')
sys.exit(0)
# -- end

verbose = True
env_verbose = os.getenv('VERBOSE')
Expand Down

0 comments on commit ec991af

Please sign in to comment.