Skip to content
Snippets Groups Projects
Commit 9fdd13e4 authored by Roman Lacko's avatar Roman Lacko
Browse files

Add python-pipenv and ruby-rake examples

parent 7bccbe3d
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,12 @@ languages and build tools: ...@@ -15,6 +15,12 @@ languages and build tools:
- OpenJDK compiler - OpenJDK compiler
- Maven build tool - Maven build tool
- JUnit test framework - JUnit test framework
- [`python-pipenv`](https://gitlab.fi.muni.cz/unix/ci-examples/tree/python-pipenv/) (Python)
- Pipenv build tool
- pytest test framework
- [`ruby-rake`](https://gitlab.fi.muni.cz/unix/ci-examples/tree/ruby-rake/) (Ruby)
- Rake build tool
- RSpec tests
You can help us expand these examples. Simply fork this repository, You can help us expand these examples. Simply fork this repository,
create a branch from the initial tag and call it `<language>-<tool>`, create a branch from the initial tag and call it `<language>-<tool>`,
...@@ -28,4 +34,5 @@ git checkout -b haskell-cabal ...@@ -28,4 +34,5 @@ git checkout -b haskell-cabal
``` ```
Then prepare and test your `.gitlab-ci.yml` configuration with some simple Then prepare and test your `.gitlab-ci.yml` configuration with some simple
library. When finished, create a merge request. library. When finished, let us know you want to add a new branch.
After we confirm its creation, you can submit a merge request.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment