Commit 1734f435 authored by Alexander Alekhin's avatar Alexander Alekhin

ios: reduce number of test configurations in precommit builds

parent c2394339
......@@ -195,6 +195,10 @@ if __name__ == "__main__":
args = parser.parse_args()
b = Builder(args.opencv, args.contrib,
[
("armv7", "iPhoneOS"),
("arm64", "iPhoneOS"),
] if os.environ.get('BUILD_PRECOMMIT', None) else
[
("armv7", "iPhoneOS"),
("armv7s", "iPhoneOS"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment