mirror of
https://github.com/ru-de/faq.git
synced 2024-11-23 19:02:19 +00:00
add go get
This commit is contained in:
parent
6a5f518a9b
commit
80ad1b4330
@ -27,6 +27,7 @@ for dic in $dicList
|
||||
cat /usr/share/hunspell/$dic.aff | iconv --from ISO8859-1 --to UTF-8 | sed 's/SET ISO8859-1/SET UTF-8/' > /usr/share/hunspell/$dic-utf8.aff
|
||||
done
|
||||
|
||||
go get ./...
|
||||
go get -u github.com/ewgRa/ci-utils/utils/diff_liner
|
||||
go get -u github.com/ewgRa/ci-utils/utils/hunspell_parser
|
||||
go get -u github.com/ewgRa/ci-utils/utils/github_comments_diff
|
||||
|
@ -4,7 +4,6 @@ DIR=`dirname $0`
|
||||
|
||||
git config --global core.quotepath false
|
||||
|
||||
go get ./...
|
||||
go build -o /tmp/check_spell $DIR/check_spell.go
|
||||
go build -o /tmp/check_links $DIR/check_links.go
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user