- Notifications
You must be signed in to change notification settings - Fork0
CruiseControl.NET is an Automated Continuous Integration server, implemented using the .NET Framework.
License
obones/CruiseControl.NET
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
CruiseControl.NET is an automated continuous integration server for the .NET platform. It is a C# port of CruiseControl for Java.
Releases up to 1.8.5 can be downloaded fromsourceforge.net
- Visual Studio 2019 or Visual Studio 2017 + Visual Studio 2019 Build Tools
- Sandcastle Help Builder
- NSIS 3.05
- Visual Studio Code with NSIS extension (from idleberg)
- MonoDevelop or Rider from Jetbrains
- Visual Studio Code with NSIS extension (from idleberg)
We provide the following build scripts with CruiseControl.NET:
ps build.ps1 --target=default
It will display the existing targets in the cake build script.
ps build.ps1 --target=build
Use this if you want to build the project.
ps build.ps1 --target=build-all
Full build, including running tests, doing some code analysis and packaging artifacts.Cleanup -> Init -> Build -> Unit Tests -> code Analysis -> Packaging
ps build.ps1 --target=run-tests
This will call only the runUnitTests target in ccnet.build script.Cleanup -> Init -> Build -> Unit Tests
ps build.ps1 --target=package
This only build and package the CruiseControl.NET distribution.Cleanup -> Init -> Build -> Packaging
The packaged distribution can be found in the "Publish" folder.
ps build.ps1 --target=web-packages
This builds and packages the project WebDashboards.
ps build.ps1 --target=clean
This cleans the Build, Dist and Publish folders of previous artifacts.
If running powershell scripts are disabled on your machine, you can run powershell with ExecutionPolicy disabled for the CruiseControl.NET build file:
powershell -ExecutionPolicy ByPass -File ./build.ps1 -target=build
If you just cloned the CruiseControl.NET repository, runchmod u+x build.sh so you have execute permission on the build script.
./build.sh --target=default
It will display the existing targets in the cake build script.
./build.sh --target=build
Use this if you want to build the project.
./build.sh --target=build-all
Full build, including running tests, doing some code analysis and packaging artifacts.Cleanup -> Init -> Build -> Unit Tests -> code Analysis -> Packaging
./build.sh --target=run-tests
This will call only the runUnitTests target in ccnet.build script.Cleanup -> Init -> Build -> Unit Tests
./build.sh --target=clean
This cleans the Build, Dist and Publish folders of previous artifacts.
**_Building CruiseControl.NET installers and documentation is currently unavailable on linux since it requires NSIS and Sandcastle Help Builder.
About
CruiseControl.NET is an Automated Continuous Integration server, implemented using the .NET Framework.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- C#75.2%
- JavaScript18.3%
- XSLT3.5%
- HTML1.1%
- CSS1.0%
- Visual Basic .NET0.2%
- Other0.7%