File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -98,26 +98,31 @@ jobs:
98
98
name : " C++ Unit Tests"
99
99
script :
100
100
- ./.github/travis/build.sh
101
+ - ./dev/upgrade_vtr_archs.sh
101
102
- ./.github/travis/unittest.sh
102
103
- stage : Test
103
104
name : " Basic Regression Tests"
104
105
script :
105
106
- ./.github/travis/build.sh
107
+ - ./dev/upgrade_vtr_archs.sh
106
108
- ./run_reg_test.pl vtr_reg_basic -show_failures -j2
107
109
- stage : Test
108
110
name : " Strong Regression Tests"
109
111
script :
110
112
- ./.github/travis/build.sh
113
+ - ./dev/upgrade_vtr_archs.sh
111
114
- travis_wait 30 ./run_reg_test.pl vtr_reg_strong -show_failures -j2
112
115
- stage : Test
113
116
name : " Basic Valgrind Memory Tests"
114
117
script :
115
118
- ./.github/travis/build.sh
119
+ - ./dev/upgrade_vtr_archs.sh
116
120
- ./run_reg_test.pl vtr_reg_valgrind_small -show_failures -j2
117
121
- stage : Test
118
122
name : " ODIN-II Micro Tests"
119
123
script :
120
124
- ./.github/travis/build.sh
125
+ - ./dev/upgrade_vtr_archs.sh
121
126
- ./run_reg_test.pl odin_reg_micro -show_failures -j2
122
127
123
128
- stage : Test
You can’t perform that action at this time.
0 commit comments