Fix dictionary path for binary & use glide in CI
This commit is contained in:
committed by
Brendan Le Glaunec
parent
961d34d05a
commit
dba1391a08
+2
-4
@@ -22,10 +22,8 @@ install:
|
||||
- docker build -t cameradar .
|
||||
|
||||
script:
|
||||
- go get github.com/andelf/go-curl
|
||||
- go get github.com/pkg/errors
|
||||
- go get gopkg.in/go-playground/validator.v9
|
||||
- go get github.com/stretchr/testify/assert
|
||||
- curl https://glide.sh/get | sh
|
||||
- glide install
|
||||
# Run unit tests
|
||||
- go test
|
||||
# Launch a fake camera to check if cameradar is able to access it
|
||||
|
||||
Reference in New Issue
Block a user