Mercurial > dotfiles
comparison .zfun/zsh-autosuggestions/.circleci/config.yml @ 467:e1ce8897030d
zsh: import df6f6f9ff41 of zsh-autosuggestions
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 03 Dec 2018 22:37:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
466:f248cf012d9a | 467:e1ce8897030d |
---|---|
1 version: 2 | |
2 jobs: | |
3 build: | |
4 parallelism: 4 | |
5 shell: /bin/bash --login | |
6 docker: | |
7 - image: ericfreese/zsh-autosuggestions-test:latest | |
8 command: /sbin/init | |
9 steps: | |
10 - checkout | |
11 - run: | |
12 name: Running tests | |
13 command: | | |
14 for v in $(grep "^[^#]" ZSH_VERSIONS | awk "(NR + $CIRCLE_NODE_INDEX) % $CIRCLE_NODE_TOTAL == 0"); do | |
15 TEST_ZSH_BIN=zsh-$v make test || exit 1 | |
16 done |