mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Add .gitlab-ci.yml and test Ruby app
This commit is contained in:
parent
4150356e21
commit
85795eaed6
17 changed files with 240 additions and 8 deletions
10
src/ruby_gem/.gitlab-ci.yml
Normal file
10
src/ruby_gem/.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
default:
|
||||
image: ruby:3.0.5
|
||||
|
||||
before_script:
|
||||
- gem install bundler -v 2.4.12
|
||||
- bundle install
|
||||
|
||||
example_job:
|
||||
script:
|
||||
- bundle exec rake
|
Loading…
Add table
Add a link
Reference in a new issue