-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from X-R-G-B/feature/RB-52
Feature/rb 52
- Loading branch information
Showing
8 changed files
with
94 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Publish | ||
|
||
on: [push, pull_request] | ||
on: [push] | ||
|
||
env: | ||
MIRROR_URL: [email protected]:EpitechPromo2026/B-CPP-500-TLS-5-1-rtype-xavier.mitault.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CICD | ||
|
||
## Compilation test | ||
|
||
When you modify the `src` directory, the workflow <https://github.com/X-R-G-B/R-Bus/actions/workflows/compil.yml> will run | ||
|
||
## Documentation | ||
|
||
When you modify the `docs` directory or `book.tml`, the workflow <https://github.com/X-R-G-B/R-Bus/actions/workflows/documentation.yml> will run | ||
|
||
## Format | ||
|
||
The code is automatically formatted by the workflow <https://github.com/X-R-G-B/R-Bus/actions/workflows/format.yml> when your create a pull request. | ||
|
||
If it can't be automatically formated, please use clang-format with the script `./scripts/format.sh` or `./scripts/format.ps1` | ||
|
||
## Release | ||
|
||
On the main branch, and the dev branch, the workflow <https://github.com/X-R-G-B/R-Bus/actions/workflows/release.yml> will run | ||
|
||
In dev branch it don't push the packaged binary or the source code to a release but in the workflow artifact |
Empty file.