Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Doesn't Fail if Choco Script Fails #5

Open
SkyeHoefling opened this issue Sep 2, 2021 · 0 comments
Open

CI Doesn't Fail if Choco Script Fails #5

SkyeHoefling opened this issue Sep 2, 2021 · 0 comments

Comments

@SkyeHoefling
Copy link
Contributor

Description

During the build process it runs several chocolatey install steps to ensure that all C++ build dependencies are installed. If this step fails it doesn't automatically fail the build.

choco install meson
choco install ninja
choco install nasm

We need to update this script to fail if there is an issue downloading deps

Difficulty: [Easy]

@SkyeHoefling SkyeHoefling added the 🐛 Bug Something isn't working label Sep 2, 2021
@SkyeHoefling SkyeHoefling added ⚙ DevOps and removed 🐛 Bug Something isn't working labels Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant