ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Run Windows Image Compare tests on Travis #114

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Purpose and motivation

See #113. We want to do automated software releases on Windows just like we do on Linux and MacOS. This requires that we build a release binary and then run the image comparison integration test.

Implementation

Modifications to setup script for chocolatey to install imagemagick. Download and install pyyaml. Modify build script to also run the tests.

Types of changes

Status