> Do they work?

Well that was in our own travis config:
    
    
    before_script:
      - git clone --depth 1 https://github.com/nim-lang/csources.git
      - export PATH="$PWD/bin${PATH:+:$PATH}"
      - make -C csources -j 2 LD=$CC ucpu=$CPU
    
    
    Run

I think it's fair to say it works.

Reply via email to