mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
12 lines
354 B
YAML
12 lines
354 B
YAML
cmd: "stack build semantic-diff"
|
|
name: "semantic-diff"
|
|
env:
|
|
PATH: "~/.local/bin:~/Developer/Tools:~/Library/Haskell/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
|
targets:
|
|
test:
|
|
cmd: "stack build :semantic-diff-test"
|
|
semantic-difftool:
|
|
cmd: "stack build :semantic-difftool"
|
|
semantic-git-diff:
|
|
cmd: "stack build :semantic-git-diff"
|