1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00
semantic/.atom-build.yml

12 lines
354 B
YAML
Raw Normal View History

2016-03-18 17:15:52 +03:00
cmd: "stack build semantic-diff"
2016-03-18 17:17:42 +03:00
name: "semantic-diff"
2016-03-18 17:17:56 +03:00
env:
PATH: "~/.local/bin:~/Developer/Tools:~/Library/Haskell/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
2016-03-18 17:18:20 +03:00
targets:
test:
cmd: "stack build :semantic-diff-test"
2016-03-18 17:18:27 +03:00
semantic-difftool:
cmd: "stack build :semantic-difftool"
2016-03-18 17:18:33 +03:00
semantic-git-diff:
cmd: "stack build :semantic-git-diff"