Files
flatbuffers/tests/docker/languages/Dockerfile.testing.csharp.mono_5_18
Robert bbfd12eb11 Docker tests for Zend PHP and Mono C#; Python coverage; TODO for HHVM PHP (#5125)
* Docker test for Zend PHP 7.3

* hhvm

* move failing hhvm test to TODO zone

* c# mono 5.18 test

* python coverage reports
2019-01-16 16:41:02 -08:00

9 lines
173 B
Docker

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