OpServ-Monitoring / opserv-backend

The backend repository for the opserv monitoring software
GNU General Public License v3.0
3 stars 0 forks source link

Setup Windows CI with Appveyor(?) #4

Closed Laberbear closed 7 years ago

Laberbear commented 8 years ago

Doesn't have to Appveyor, however Windows will be one of the main platforms for this system, so usabe builds and testing are required.

WereTheKidsFromAmerica commented 8 years ago

Im on it thinking about a way to make a build that requires no compiler installed on the windows pc.

EndzeitBegins commented 7 years ago

Is there any progress or are there new insights regarding windows test/build support?

In addition, is building for FreeBSD planned as well?

EndzeitBegins commented 7 years ago

CI status update

Windows

AppVeyor has been set up to automate Windows builds, see cfc9aa7 and 25bbdd6.

Test coverage data is reported to CodeClimate.

However deployment of bundled releases for Windows has not been set up yet!


OS X

Travis CI no longer builds on a Linux machine but on OS X from now on, see baea6f1. Builds are only run for Python v3.5

Test coverage data is reported to Coveralls.

However deployment of bundled releases for OS X has not been set up yet!


Linux

As stated above Linux builds have been moved from Travis to Semaphore CI. Build are only run for Python v3.5

Test coverage data is reported to Codacy.

However deployment of bundled releases for Linux has not been set up yet!

EndzeitBegins commented 7 years ago

As just commented a Windows CI has been set up now, thus this issue can be closed.