Invoke easyjson in these two places too, we really should add some sort of fallback for this.
This commit is contained in:
parent
9d321e9f23
commit
ed4adeaeb5
|
@ -1,4 +1,4 @@
|
||||||
echo "Updating the dependencies"
|
echo "Updating the dependencies"
|
||||||
go get -u github.com/mailru/easyjson/...
|
go get -u github.com/mailru/easyjson/...
|
||||||
|
easyjson -pkg common
|
||||||
go get
|
go get
|
|
@ -7,6 +7,12 @@ if %errorlevel% neq 0 (
|
||||||
exit /b %errorlevel%
|
exit /b %errorlevel%
|
||||||
)
|
)
|
||||||
|
|
||||||
|
easyjson -pkg common
|
||||||
|
if %errorlevel% neq 0 (
|
||||||
|
pause
|
||||||
|
exit /b %errorlevel%
|
||||||
|
)
|
||||||
|
|
||||||
go get
|
go get
|
||||||
if %errorlevel% neq 0 (
|
if %errorlevel% neq 0 (
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Reference in New Issue