We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e8f4e commit 1ba4839Copy full SHA for 1ba4839
1 file changed
appveyor.yml
@@ -139,6 +139,11 @@ for:
139
- pushd r
140
- ps: Bootstrap
141
- 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
147
148
# Adapt as necessary starting from here
149
0 commit comments