mortbopet / VSRTL

Visual Simulation of Register Transfer Logic
MIT License
87 stars 17 forks source link

Add windows CI #23

Closed mortbopet closed 4 years ago

mortbopet commented 5 years ago

Currently, travis CI compiles and runs on linux and OSX. Windows-based continuous integration should be enabled, possibly through appveyor or Travis' experimental windows environment.

mars4zhu commented 5 years ago

Is this issue come from my problem fo compiling VSRTL on windows using QT 5.12.1 with MinGW compiler ?

THank you for your attention to my problem , I am interested in your VRSTL and PIPE project.

mortbopet commented 5 years ago

Yes - Ideally, windows CI should have jobs for both MSVC, MinGW and a job executing unit tests.