semaphoreci-demos / semaphore-demo-elixir-phoenix

A Semaphore demo CI pipeline using Elixir and Phoenix.

Home Page:https://docs.semaphoreci.com/article/125-elixir-phoenix-continuous-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semaphore demo CI pipeline using Elixir and Phoenix

Example application and continuous integration (CI) pipeline showing how to run an Elixir Phoenix project on Semaphore.

CI on Semaphore

Fork this repository and use it to create your own project on Semaphore.

The CI pipeline will look like this:

CI pipeline on Semaphore

The example pipeline contains 3 blocks:

  1. Download dependencies, compile code.
  2. Run static code analysis, in 3 parallel jobs:
    1. mix format
    2. credo code analysis
    3. dialyzer checks
  3. Run exunit tests, including integration tests via wallaby using headless Chrome.

License

Copyright (c) 2019 Rendered Text

Distributed under the MIT License. See the file LICENSE.

About

A Semaphore demo CI pipeline using Elixir and Phoenix.

https://docs.semaphoreci.com/article/125-elixir-phoenix-continuous-integration

License:MIT License


Languages

Language:Elixir 77.4%Language:CSS 10.9%Language:HTML 7.7%Language:JavaScript 3.8%Language:Shell 0.1%