Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e89fa2d1865dbc514f45c1411877435e3a8d6292
/
.
/
tests
/
docker
/
languages
/
Dockerfile.testing.csharp.mono_5_18
blob: e6ba5504c09ea903b1bb8271da23b4979df60994 [
file
] [
log
] [
blame
]
FROM mono
:
5.18
as
base
WORKDIR
/
code
ADD
.
.
RUN cp flatc_debian_stretch flatc
WORKDIR
/
code
/
tests
RUN mono
--
version
WORKDIR
/
code
/
tests
/
FlatBuffers
.
Test
RUN sh
NetTest
.
sh