A remote build server that can be used to compile and test C# files remotely.
Below is a list of instructions to run or test the build server and client GUI on a local pc.
A Windows PC.
- In the root folder, run 'compile.bat' file by double-clicking on it.
- To start the build server and the GUI client, go to '/PluggableRepoClient/bin/Debug' and double-click 'PluggableRepoClient.exe'
- An automated test runs when you run the project by following the above steps.
This entire project was developed using Visual Studio 2017 in C# language. while the client and server implementations were programmed in C++.