typelead / intellij-eta

An Intellij Plugin for the Eta programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CI

carymrobbins opened this issue · comments

We need some sort of CI, possibly Travis. Once we get typelead/etlas#39 done we can just have etlas take care of the eta installation for us.

If we use the typelead/eta:latest (or replace latest with the commit hash for the version you want) Docker image, we can get this done without typelead/etlas#39. I'm comfortable with CircleCI so I can set that up for this using the docker image if you give me a basic idea of what test commands you want this to be able to run.

@rahulmutt Awesome! All that should need to run is ./gradlew assemble test