Skip to content

Commit

Permalink
Updated config to build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Apr 16, 2016
1 parent e779015 commit fcb58c4
Showing 1 changed file with 39 additions and 15 deletions.
54 changes: 39 additions & 15 deletions .vtide.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,41 @@
---
count: 4
default:
---
count: 6
default:
restart: 0
wait: 0
editor:
files:
eg:
- some-file.eg
wait: 1
editor:
files:
base:
- lib/Tail/Tool.pm
- lib/Tail/Tool/File.pm
- lib/Tail/Tool/Regex.pm
more:
- lib/Tail/Tool/RegexList.pm
- lib/Tail/Tool/PostProcess.pm
- lib/Tail/Tool/PreProcess.pm
plugins:
- lib/Tail/Tool/Plugin/Highlight.pm
- lib/Tail/Tool/Plugin/GroupLines.pm
- lib/Tail/Tool/Plugin/Spacing.pm
plugins2:
- lib/Tail/Tool/Plugin/Ignore.pm
- lib/Tail/Tool/Plugin/Match.pm
- lib/Tail/Tool/Plugin/Replace.pm
name: tailt
terminals:
2: []

3: []

4: []

terminals:
1a:
command: ./Build && ./Build testcover
restart: 1
wait: 0
watch:
- lib
- bin
- tests
2:
edit: base
3:
edit: more
4:
edit: plugins
4:
edit: plugin2

0 comments on commit fcb58c4

Please sign in to comment.