Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
crabgrass
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
45
Issues
45
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
riseuplabs
crabgrass
Commits
08056271
Commit
08056271
authored
Aug 24, 2019
by
azul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: run tests on debian buster and stretch
parent
441b6898
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
5 deletions
+23
-5
.gitlab-ci.yml
.gitlab-ci.yml
+23
-5
No files found.
.gitlab-ci.yml
View file @
08056271
image
:
0xacab.org:4567/riseuplabs/docker/crabgrass:stretch_amd64
variables
:
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
yes"
MYSQL_HOST
:
'
mysql'
...
...
@@ -22,10 +20,11 @@ bundle_audit:
bundle-audit update
bundle-audit check
test
:
# This is the default config for tests.
# It is hidden and therefore not executed (because of the '.')
# The 'stretch' and 'buster' tests below are based on this.
.test
:
&test
stage
:
test
services
:
-
mariadb:10.1
variables
:
MYSQL_HOST
:
'
mariadb'
RAILS_ENV
:
'
test'
...
...
@@ -48,3 +47,22 @@ test:
-
tmp/*.log
-
tmp/*.html
-
tmp/*.png
stretch
:
<<
:
*test
image
:
0xacab.org:4567/riseuplabs/docker/crabgrass:stretch_amd64
services
:
-
mariadb:10.1
buster
:
<<
:
*test
before_script
:
-
ruby -v
-
which ruby
-
gem install bundler -v '~> 1.16'
-
bundle install -j $(nproc) --path vendor "${FLAGS[@]}"
image
:
0xacab.org:4567/riseuplabs/docker/crabgrass:buster_amd64
services
:
-
mariadb:10.3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment