From d9db68a558473829b8c9ae62fdba080a5c7b932f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 20 Feb 2020 15:15:16 +0100 Subject: [PATCH] Remove bim specifics from travis build --- .travis.yml | 96 +++++++---------------------------------------------- 1 file changed, 12 insertions(+), 84 deletions(-) diff --git a/.travis.yml b/.travis.yml index e20d113fdc..1e243481ba 100644 --- a/.travis.yml +++ b/.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