Skip to content

Commit

Permalink
Update title of CI blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Oct 11, 2024
1 parent d1750b5 commit 2890e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/posts/2024/10/ci-workflow-for-EESSI.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2024-10-11
slug: ci-workflow-for-EESSI
---

# CI workflow for EESSI
# An example CI workflow that leverages EESSI CI tools

[EESSI's CI workflows](https://www.eessi.io/docs/using_eessi/eessi_in_ci/) are available on [GitHub Actions](https://github.com/marketplace/actions/eessi) and as a [GitLab CI/CD component](https://gitlab.com/explore/catalog/eessi/gitlab-eessi). Enabling this is as simple as adding EESSI's CI to your workflow of choice, giving you access to the entire EESSI software stack optimized for the relevant CPU architecture(s) in your runner's environment. If you are developing an application on top of the EESSI software stack, for example, this means you don't need to invest heavily in configuring and maintaining a CI setup: EESSI does that for you so you can focus on your code. With the EESSI CI workflows you don't have to worry about figuring out how to optimize build and runtime dependencies as these will be streamed seamlessly to your runner's environment.

Expand Down

0 comments on commit 2890e1c

Please sign in to comment.