This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gamedev:gameci [2022/07/01 16:45] – [GitHub Actions] dragonlord | gamedev:gameci [2022/07/01 16:55] (current) – [Jenkins] dragonlord | ||
---|---|---|---|
Line 32: | Line 32: | ||
===== Docker ===== | ===== Docker ===== | ||
+ | {{ : | ||
A docker image is ready made to be used: [[https:// | A docker image is ready made to be used: [[https:// | ||
Line 38: | Line 39: | ||
<code bash> | <code bash> | ||
- | The *.delga file is then located in the path "/ | + | The *.delga file is then located in the path <wrap hi>/ |
==== Custom Docker Image ==== | ==== Custom Docker Image ==== | ||
Line 57: | Line 58: | ||
===== GitHub Actions ===== | ===== GitHub Actions ===== | ||
+ | {{ : | ||
For GitHub Actions a ready made action is provided: [[https:// | For GitHub Actions a ready made action is provided: [[https:// | ||
Line 110: | Line 112: | ||
</ | </ | ||
- | Then you can use "deigde" | + | Then you can use <wrap hi>deigde</ |
===== Jenkins ===== | ===== Jenkins ===== | ||
+ | {{ : | ||
For Jenkins it is recommended to use the docker image mentioned above. You can also install the IGDE-CI directly into your build system as outline in the previous section. It is though easier to use the ready made docker image. | For Jenkins it is recommended to use the docker image mentioned above. You can also install the IGDE-CI directly into your build system as outline in the previous section. It is though easier to use the ready made docker image. | ||