mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 00:25:43 +00:00
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
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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
|
||||
8
tests/docker/languages/Dockerfile.testing.php.zend_7_3
Normal file
8
tests/docker/languages/Dockerfile.testing.php.zend_7_3
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM php:7.3-cli-stretch as base
|
||||
WORKDIR /code
|
||||
ADD . .
|
||||
RUN cp flatc_debian_stretch flatc
|
||||
WORKDIR /code/tests
|
||||
RUN php --version
|
||||
RUN php phpTest.php
|
||||
RUN sh phpUnionVectorTest.sh
|
||||
@@ -4,4 +4,5 @@ ADD . .
|
||||
RUN cp flatc_debian_stretch flatc
|
||||
WORKDIR /code/tests
|
||||
RUN python --version
|
||||
RUN pip install coverage
|
||||
RUN ./PythonTest.sh
|
||||
|
||||
@@ -4,4 +4,5 @@ ADD . .
|
||||
RUN cp flatc_debian_stretch flatc
|
||||
WORKDIR /code/tests
|
||||
RUN python --version
|
||||
RUN pip install coverage
|
||||
RUN ./PythonTest.sh
|
||||
|
||||
Reference in New Issue
Block a user