Update CI Components authored by Slominski, Ryan's avatar Slominski, Ryan
...@@ -7,9 +7,9 @@ A reusable and configurable automated build and test job for your project. ...@@ -7,9 +7,9 @@ A reusable and configurable automated build and test job for your project.
1. Choose a component based on project language: 1. Choose a component based on project language:
- [Java build/test via Gradle](https://code.jlab.org/accelerator/iac/release-workflow/-/tree/main/templates/ci-gradle) - [Java build/test via Gradle](https://code.jlab.org/acc/iac/release-workflow/-/tree/main/templates/ci-gradle)
- [C/C++ build/test via CMake](https://code.jlab.org/accelerator/iac/release-workflow/-/tree/main/templates/ci-cmake) - [C/C++ build/test via CMake](https://code.jlab.org/acc/iac/release-workflow/-/tree/main/templates/ci-cmake)
- [Python build/test via pytest](https://code.jlab.org/accelerator/iac/release-workflow/-/tree/main/templates/ci-pytest) - [Python build/test via pytest](https://code.jlab.org/acc/iac/release-workflow/-/tree/main/templates/ci-pytest)
2. Now ensure `test` stage is configured in `.gitlab-ci.yml`: 2. Now ensure `test` stage is configured in `.gitlab-ci.yml`:
...@@ -44,7 +44,7 @@ stages: ...@@ -44,7 +44,7 @@ stages:
- when: manual - when: manual
``` ```
See: [Customizing Components](https://code.jlab.org/accelerator/iac/release-workflow/-/wikis/Customizing-Components) See: [Customizing Components](https://code.jlab.org/acc/iac/release-workflow/-/wikis/Customizing-Components)
... ...
......