|
|
|
|
|
by tomduncalf
1879 days ago
|
|
Depends on the complexity of what you are doing. For web stuff with unit tests I’ve seen it run in a few minutes. Our current CI takes an hour because it has to build quite a complex app on iOS and Android, this happens in parallel but the Azure build nodes we use are pretty slow. Ideally it would be faster but it’s not too huge an issue in practice, we have the lint/unit tests etc. run first so the build will fail early for any glaring errors. |
|