elixirschool / elixirschool

The content behind Elixir School

Home Page:https://elixirschool.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a CI tool to ensure School House will build

doomspork opened this issue · comments

This recent commit 2fb69b7 includes files that cannot be compiled and break the build. We need to implement a CI step to ensure this does not happen in the future.

image

@kinson any thoughts on how might tackle this? 🤔

Yeah! We can create a CI script that pulls down school_house/master and compiles the code using the current elixirschool branch for content. It may require a change on the school_house repo but it seems pretty doable. If I have some time this week I'll try to tackle it 🤓