mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
sg: ease scip-ctags-dev installation (#58410)
This commit is contained in:
parent
f2f2afae1b
commit
afee4a18d7
@ -235,6 +235,12 @@ commands:
|
||||
export GCFLAGS='all=-N -l'
|
||||
fi
|
||||
|
||||
# Ensure scip-ctags-dev is installed to avoid prompting the user to
|
||||
# install it manually.
|
||||
if [ ! -f $(./dev/scip-ctags-install.sh which) ]; then
|
||||
./dev/scip-ctags-install.sh
|
||||
fi
|
||||
|
||||
go build -gcflags="$GCFLAGS" -o .bin/symbols github.com/sourcegraph/sourcegraph/cmd/symbols
|
||||
checkBinary: .bin/symbols
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user