You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
442 B

  1. addons:
  2. apt:
  3. packages:
  4. zsh
  5. install:
  6. - mkdir .bin
  7. - curl -L https://github.com/zunit-zsh/zunit/releases/download/v0.8.2/zunit > .bin/zunit
  8. - curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > .bin/revolver
  9. - curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > .bin/color
  10. before_script:
  11. - chmod u+x .bin/{color,revolver,zunit}
  12. - export PATH="$PWD/.bin:$PATH"
  13. script: zunit