FileOnQ / Imaging.Heif

A C#/.NET wrapper around libheif for decoding and processing high efficiency image formats (heif, heic).
GNU Lesser General Public License v3.0
15 stars 4 forks source link

CI Doesn't Fail if Choco Script Fails #5

Open SkyeHoefling opened 3 years ago

SkyeHoefling commented 3 years ago

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]