Skip to content

Fail Windows pipeline if compilation fails.

Zachary requested to merge (removed):main into main

Currently the Windows pipeline succeeds. It should not be doing this since compilation is failing. This commit changes the Windows Build script so that it returns with exit code 1 if compilation fails.These changes also get some more dependencies which are necessary for subprojecting libadwaita. Addresses #608 (closed).

Edited by Zachary

Merge request reports