Remove bim specifics from travis build

pull/8068/head
Oliver Günther 5 years ago
parent 52958b1ac2
commit d9db68a558
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 96
      .travis.yml

@ -91,140 +91,68 @@ jobs:
- bash script/ci/runner.sh npm
- stage: test
name: 'spec_legacy (1/1) - standard'
name: 'spec_legacy (1/1)'
script:
- bash script/ci/setup.sh spec_legacy
- bash script/ci/runner.sh spec_legacy 1 1
- stage: test
name: 'spec_legacy (1/1) - bim'
script:
- bash script/ci/setup.sh spec_legacy bim
- bash script/ci/runner.sh spec_legacy 1 1 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'units (1/4) - standard'
name: 'units (1/4)'
script:
- bash script/ci/setup.sh units
- bash script/ci/runner.sh units 4 1
- stage: test
name: 'units (1/4) - bim'
script:
- bash script/ci/setup.sh units bim
- bash script/ci/runner.sh units 4 1 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'units (2/4) - standard'
name: 'units (2/4)'
script:
- bash script/ci/setup.sh units
- bash script/ci/runner.sh units 4 2
- stage: test
name: 'units (2/4) - bim'
script:
- bash script/ci/setup.sh units bim
- bash script/ci/runner.sh units 4 2 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'units (3/4) - standard'
name: 'units (3/4)'
script:
- bash script/ci/setup.sh units
- bash script/ci/runner.sh units 4 3
- stage: test
name: 'units (3/4) - bim'
script:
- bash script/ci/setup.sh units bim
- bash script/ci/runner.sh units 4 3 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'units (4/4) - standard'
name: 'units (4/4)'
script:
- bash script/ci/setup.sh units
- bash script/ci/runner.sh units 4 4
- stage: test
name: 'units (4/4) - bim'
script:
- bash script/ci/setup.sh units bim
- bash script/ci/runner.sh units 4 4 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'features (1/4) - standard'
name: 'features (1/4)'
script:
- bash script/ci/setup.sh features
- bash script/ci/runner.sh features 4 1
- stage: test
name: 'features (1/4) - bim'
script:
- bash script/ci/setup.sh features bim
- bash script/ci/runner.sh features 4 1 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'features (2/4) - standard'
name: 'features (2/4)'
script:
- bash script/ci/setup.sh features
- bash script/ci/runner.sh features 4 2
- stage: test
name: 'features (2/4) - bim'
script:
- bash script/ci/setup.sh features bim
- bash script/ci/runner.sh features 4 2 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'features (3/4) - standard'
name: 'features (3/4)'
script:
- bash script/ci/setup.sh features
- bash script/ci/runner.sh features 4 3
- stage: test
name: 'features (3/4) - bim'
script:
- bash script/ci/setup.sh features bim
- bash script/ci/runner.sh features 4 3 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'features (4/4) - standard'
name: 'features (4/4)'
script:
- bash script/ci/setup.sh features
- bash script/ci/runner.sh features 4 4
- stage: test
name: 'features (4/4) - bim'
script:
- bash script/ci/setup.sh features bim
- bash script/ci/runner.sh features 4 4 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'plugins:units (1/1) - standard'
name: 'plugins:units (1/1)'
script:
- bash script/ci/setup.sh plugins:units
- bash script/ci/runner.sh plugins:units 1 1
if: head_branch !~ /^core\//
- stage: test
name: 'plugins:units (1/1) - bim'
script:
- bash script/ci/setup.sh plugins:units bim
- bash script/ci/runner.sh plugins:units 1 1 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'plugins:features (1/1) - standard'
name: 'plugins:features (1/1)'
script:
- bash script/ci/setup.sh plugins:features
- bash script/ci/runner.sh plugins:features 1 1
if: head_branch !~ /^core\//
- stage: test
name: 'plugins:features (1/1) - bim'
script:
- bash script/ci/setup.sh plugins:features bim
- bash script/ci/runner.sh plugins:features 1 1 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
- stage: test
name: 'plugins:cucumber (1/1) - standard'
name: 'plugins:cucumber (1/1)'
script:
- bash script/ci/setup.sh plugins:cucumber
- bash script/ci/runner.sh plugins:cucumber 1 1
if: head_branch !~ /^core\//
- stage: test
name: 'plugins:cucumber (1/1) - bim'
script:
- bash script/ci/setup.sh plugins:cucumber bim
- bash script/ci/runner.sh plugins:cucumber 1 1 bim
if: head_branch =~ /^(bim\/|dev|release\/)/ OR (head_branch IS blank AND branch =~ /^(bim\/|dev|release\/)/)
addons:
chrome: stable

Loading…
Cancel
Save