1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: re-enable autobahn tests (without autofree) (#6360)

This commit is contained in:
Tomas Hellström
2020-09-13 16:20:22 +02:00
committed by GitHub
parent a99986041f
commit a160038e1a
2 changed files with 34 additions and 34 deletions

View File

@ -6,6 +6,6 @@ FROM thevlang/vlang:buster-dev
COPY ./ /src/
# COPY tests/autobahn/ws_test/run.sh /run.sh
# RUN chmod +x /run.sh
RUN v -autofree /src/tests/autobahn/autobahn_server.v
RUN v /src/tests/autobahn/autobahn_server.v
RUN chmod +x /src/tests/autobahn/autobahn_server
ENTRYPOINT [ "/src/tests/autobahn/autobahn_server" ]