You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# which will create a `linux.yml` file that contains the azure pipeline definition
62
+
```bash
63
+
pixi run build
84
64
```
85
65
86
66
# How does it work?
67
+
87
68
- The `vinca.yaml` file specifies which packages should be built.
88
69
- Add the desired package under `packages_select_by_deps`. This will automatically pull in all dependencies of that package, too.
89
70
- The vinca.yaml files contain lots of commented-out package names. That is okay. Not all packages need to be rebuilt with every pull request. Do not be afraid if you see your package commented out after some time - it just means it is not being built now. For sure it will be built with next full rebuild. Full rebuilds happen occasionally (few times a year).
0 commit comments