Skip to content

Utility that allows for parsing TeamCity information to push notifications through the Pushover servrice

License

Notifications You must be signed in to change notification settings

viperman1271/teamcity-pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamCity-Pushover

This is an executable that will allow for parsing TeamCity information to push notifications through the Pushover servrice

Information

This uses the TeamCity REST API to parse information from a build chain to produce a status for the build that triggered the associated task.

Dependencies

This project uses vcpkg package manager in addition to cmake (minimum version 3.5). This is used to pull, configure, and build locally without directly linking their sources. A full list of needed dependencies follows;

How to compile

  • Download and compile vcpkg
  • vcpkg install cli11 curl yaml-cpp tinyxml2 json-c
  • cmake .
  • cmake --build .

This produces the teamcity-pushover executable which is then usable.

Supported platforms

Currently Windows and Linux are supported. Any additional UNIX based systems should work (*BSD, Mac, etc.)

References

About

Utility that allows for parsing TeamCity information to push notifications through the Pushover servrice

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published