Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
201fbd97
Commit
201fbd97
authored
Nov 02, 2017
by
lain
Browse files
Add gitlab-ci.yml
parent
9be286a9
Pipeline
#13
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
201fbd97
image
:
elixir:1.4
services
:
-
postgres:9.6.2
variables
:
POSTGRES_DB
:
pleroma_test
POSTGRES_USER
:
pleroma
POSTGRES_PASSWORD
:
pleroma
stages
:
-
test
before_script
:
-
mix local.hex –force
-
mix local.rebar –force
-
mix deps.get
-
MIX_ENV=test mix ecto.create
-
MIX_ENV=test mix ecto.migrate
unit-testing
:
stage
:
test
script
:
-
MIX_ENV=test mix test
tags
:
- elixir
\ No newline at end of file
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