Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alefragnani/delphi-squad-demo
Exemplo usado na apresentação do Delphi Squad Floripa
https://github.com/alefragnani/delphi-squad-demo
delphi dunit finalbuilder jenkins
Last synced: 20 days ago
JSON representation
Exemplo usado na apresentação do Delphi Squad Floripa
- Host: GitHub
- URL: https://github.com/alefragnani/delphi-squad-demo
- Owner: alefragnani
- License: mit
- Created: 2017-01-12T01:55:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T19:10:37.000Z (over 2 years ago)
- Last Synced: 2024-11-24T18:25:53.427Z (2 months ago)
- Topics: delphi, dunit, finalbuilder, jenkins
- Language: Pascal
- Size: 67.9 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Delphi Squad Demo
Sample project used in **Delphi Squad Floripa** event, about **Build Automation**
## Contents
You will find a simple application with its unit tests. Both will be built using **FinalBuilder** and published in **Jenkins**. The **Jenkins** publishing contains **Automated Tests** and **Code Coverage** reports.
## Tools
* Build Automation: **FinalBuilder**
* Continuous Integration: **Jenkins**
* Unit Test: **DUnit**
* Code Coverage: **Delphi Code Coverage**> In order to make the start up easier, the free tools are already in this repository: Jenkins, DUnit e Delphi Code Coverage
## Settings
The necessary settings for **FinalBuilder** and **Jenkins** are located in its own `readme-en.md` file.
There is a **FinalBuilder** _print screen_ that shows you how the script should looks like. There is also a **Jenkins** _job template_ that you can compare.
## License
[MIT](LICENSE.md) © Alessandro Fragnani