Skip to content

Elixir 1.4 + postgresql-client + parsetools. For CircleCI

License

Notifications You must be signed in to change notification settings

noma4i/docker-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Elixir Docker Container

Purpose of this container is to create fully working setup for CircleCI

Example CircleCI config.yml

Following example works well if you have phoenix/non-phoenix umbrella/plain app with Ecto

version: 2
jobs:
  build:
    working_directory: ~/working_dir
    docker:
      - image: noma4i/docker-elixir:latest
      - image: postgres:9.4.1
        environment:
          POSTGRES_USER: postgres
    steps:
      - checkout
      - run: mix local.hex --force
      - run: mix local.rebar --force
      - run: mix do deps.get, compile
      - run: MIX_ENV=test mix ecto.create
      - run: mix test

About

Elixir 1.4 + postgresql-client + parsetools. For CircleCI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published