forked from fargies/jenkins-tray
-
Notifications
You must be signed in to change notification settings - Fork 0
tchemit/jenkins-tray
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= Jenkins tray application = :author: Sylvain Fargier :email: [email protected] == Description == This plugin monitors and displays Jenkins' status in your system tray. == Requirements == - +QtCore+, +QtXml+, +QtNetwork+ >= 4.7 - +CppUnit+ to compile using TESTS option. == Compilation, Installation & Tests == To compile this project run the following script : -------------------------------------- mkdir build ; cd build cmake -DTESTS=ON .. make # to install the project : make install # to run the unit tests : CTEST_OUTPUT_ON_FAILURE=1 make test # or run : ./tests/test_all --------------------------------------
About
jenkins tray util (in Qt)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 95.3%
- CMake 3.2%
- Vim Script 1.5%