Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Personal Server Community
Gaja
Commits
03896056
Commit
03896056
authored
Aug 01, 2019
by
Frank Rousseau
Browse files
Set up Continuous Integration
parent
635ea0e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
.gitlab-ci.yml
.gitlab-ci.yml
+21
-0
README.md
README.md
+7
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
03896056
image
:
trenpixster/elixir:latest
services
:
-
postgres:latest
variables
:
DATABASE_NAME
:
gaja_test
DATABASE_HOST
:
postgres
DATABASE_USER
:
postgres
DATABASE_PASSWORD
:
"
password"
MIX_ENV
:
"
test"
before_script
:
-
apt-get update && apt-get -y install postgresql-client
-
mix deps.get
-
mix ecto.create
-
mix ecto.migrate
mix
:
script
:
-
mix test
README.md
View file @
03896056
...
...
@@ -2,6 +2,13 @@
Simple API to store all your personal data in a place of your own.
## Status
[

](https://gitlab.com/personal-server-community/personal-database/commits/master)
[

](https://gitlab.com/personal-server-community/personal-database/commits/master)
## Development environment
...
...
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