Search code examples
rubysinatracircleci

CircleCi .yml Ruby without Rails test path in the run command


I am trying to find the syntax to call my test file. I am not using rails/rake. Everything I am finding is using rails. That is not an option for me at this point.

Does CircleCi even work with a sinatra app?


Solution

  • Create .circleci folder on your project's root directory and place config.yml that contain circleci configuration as describe at circleci for ruby (thought it describe for rails project, it's same for sinatra). Here is sinatra example project that use circleci.