How to install Jekyll in the environment?

sean.mcilvenna's Avatar

sean.mcilvenna

13 Apr, 2018 05:56 AM

One of my unit tests invokes a Java JAR, which expects jekyll to be installed. Is it possible to have Jekyll loaded into a project's unit test environment for https://ci.appveyor.com/project/seanmcilvenna/trifolia ?

  1. Support Staff 1 Posted by Owen McDonnell on 13 Apr, 2018 06:40 AM

    Owen McDonnell's Avatar

    Adding the following lines to the install section of appveyor.yml will install jekyll on the build machine.

    - set PATH=C:\Ruby22\bin;%PATH%
    - gem install bundler
    - gem install jekyll
    
  2. 2 Posted by sean.mcilvenna on 13 Apr, 2018 04:26 PM

    sean.mcilvenna's Avatar

    Thank you! This worked like a charm!

  3. sean.mcilvenna closed this discussion on 13 Apr, 2018 04:26 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac