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

12 lines
341 B
YAML
Raw Normal View History

2016-03-18 17:20:16 +03:00
# Build configuration for https://atom.io/packages/build
2016-10-01 02:08:19 +03:00
cmd: stack build
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
keymap: cmd-u
2016-03-18 17:34:41 +03:00
errorMatch:
- \n(?<file>/[^:]+):(?<line>\d+):((?<col>\d+):)?