File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Top-level fields
45
45
* :ref: `skip_render `
46
46
* :ref: `templates `
47
47
* :ref: `test_on_native_only `
48
+ * :ref: `test `
48
49
* :ref: `travis `
49
50
* :ref: `upload_on_branch `
50
51
* :ref: `win `
@@ -431,6 +432,26 @@ This is used for disabling testing for cross compiling. Default is ``false``
431
432
432
433
test_on_native_only : True
433
434
435
+ .. note ::
436
+
437
+ This has been deprecated in favor of the :ref: `test ` top-level field. It is now mapped to ``test: native_and_emulated ``.
438
+
439
+ .. _test :
440
+
441
+ test
442
+ -------------------
443
+ This is used to configure on which platforms a recipe is tested. Default is ``all ``.
444
+
445
+ .. code-block :: yaml
446
+
447
+ test : native_and_emulated
448
+ Will do testing only if the platform is native or if there is an emulator.
449
+
450
+ .. code-block :: yaml
451
+
452
+ test : native
453
+ Will do testing only if the platform is native.
454
+
434
455
.. _travis :
435
456
436
457
travis
You can’t perform that action at this time.
0 commit comments