You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
[ "$TRAVIS_OS_NAME" = "linux" ] && docker run --rm -i -v `pwd`:/app -w /app golang:alpine sh -c 'apk add --no-cache cmake gcc git make musl-dev zlib-dev && BUILD_STATIC=1 make -C server deps all' || make -C server deps all