File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,14 +166,14 @@ Just render without applying or committing the changes:
166166$ python crossbow.py submit --dry-run task_name
167167```
168168
169- Run only ` conda ` package builds but on all platforms :
169+ Run only ` conda ` package builds and a linux one :
170170
171171``` bash
172- $ python crossbow.py submit conda-win conda-osx conda-linux
172+ $ python crossbow.py submit -g conda centos-7
173173```
174174
175175Run ` wheel ` builds:
176176
177177``` bash
178- $ python crossbow.py submit wheel-osx wheel-linux wheel-win
178+ $ python crossbow.py submit --group wheel
179179```
Original file line number Diff line number Diff line change 1616# under the License.
1717
1818groups :
19+ # these groups are just for convenience
20+ # makes it easier to submit related tasks
1921 conda :
2022 - conda-linux-py27
2123 - conda-linux-py35
You can’t perform that action at this time.
0 commit comments