Skip to content

Commit 58ce22c

Browse files
committed
WIP: temporary added the upgrade arch script to check CI
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent faff84d commit 58ce22c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,26 +98,31 @@ jobs:
9898
name: "C++ Unit Tests"
9999
script:
100100
- ./.github/travis/build.sh
101+
- ./dev/upgrade_vtr_archs.sh
101102
- ./.github/travis/unittest.sh
102103
- stage: Test
103104
name: "Basic Regression Tests"
104105
script:
105106
- ./.github/travis/build.sh
107+
- ./dev/upgrade_vtr_archs.sh
106108
- ./run_reg_test.pl vtr_reg_basic -show_failures -j2
107109
- stage: Test
108110
name: "Strong Regression Tests"
109111
script:
110112
- ./.github/travis/build.sh
113+
- ./dev/upgrade_vtr_archs.sh
111114
- travis_wait 30 ./run_reg_test.pl vtr_reg_strong -show_failures -j2
112115
- stage: Test
113116
name: "Basic Valgrind Memory Tests"
114117
script:
115118
- ./.github/travis/build.sh
119+
- ./dev/upgrade_vtr_archs.sh
116120
- ./run_reg_test.pl vtr_reg_valgrind_small -show_failures -j2
117121
- stage: Test
118122
name: "ODIN-II Micro Tests"
119123
script:
120124
- ./.github/travis/build.sh
125+
- ./dev/upgrade_vtr_archs.sh
121126
- ./run_reg_test.pl odin_reg_micro -show_failures -j2
122127

123128
- stage: Test

0 commit comments

Comments
 (0)