metanorma / tex2mn

Write Metanorma documents in LaTeX
https://www.metanorma.com
MIT License
2 stars 0 forks source link

Update CI configuration #94

Closed CAMOBAP closed 4 years ago

ronaldtse commented 4 years ago

@CAMOBAP795 this repo is special:

  1. It uses rake test instead of just rake. You need to update Rakefile to make just rake work.
  2. It does something special with Perl, not sure if we need to do it.
  3. It doesn't need Puppeteer.

It is originally all passing, and this PR must all pass to merge.

Can you help update? Thanks.

CAMOBAP commented 4 years ago

@ronaldtse

  1. It uses rake test instead of just rake. You need to update Rakefile to make just rake work.

Done

  1. It does something special with Perl, not sure if we need to do it.

As far as I see we need it only for latexml nothing more

  1. It doesn't need Puppeteer.

Agree, but because it tokes ~10 seconds to install I propose to not create separate CI configuration for tex2mn and reuse existent

CAMOBAP commented 4 years ago

Checking tests

CAMOBAP commented 4 years ago

@ronaldtse after review I see that configuration too specific, I will close this PR