mirror of
https://github.com/zunit-zsh/zunit.git
synced 2026-09-10 06:36:15 -04:00
12 lines
328 B
YAML
12 lines
328 B
YAML
addons:
|
|
apt:
|
|
packages:
|
|
zsh
|
|
before_script:
|
|
- mkdir .bin
|
|
- curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > .bin/revolver
|
|
- curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > .bin/color
|
|
- chmod u+x .bin/{color,revolver}
|
|
- export PATH="$PWD/.bin:$PATH"
|
|
script: ./zunit
|