Skip to content

Commit 1ba4839

Browse files
let the debugging begin
1 parent d5e8f4e commit 1ba4839

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ for:
139139
- pushd r
140140
- ps: Bootstrap
141141
- popd
142+
- python ci\detect-changes.py > generated_changes.bat
143+
# Populate ARROW_CI_* variables
144+
- call generated_changes.bat
145+
# Decide to exit if current job doesn't exercise affected topics
146+
- call ci\appveyor-filter-changes.bat
142147

143148
# Adapt as necessary starting from here
144149

0 commit comments

Comments
 (0)