Files
flatbuffers/tests/docker/languages/Dockerfile.testing.swift_5_2
mustiikhalil a67e35aff9 Moves all of the swift test code into tests/swift (#7509)
Fixes failing tests by regenerating test cases
2022-09-09 22:35:42 -07:00

9 lines
164 B
Docker

FROM swift:5.2
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
WORKDIR /code/tests
RUN swift --version
WORKDIR /code/tests/swift/tests/
RUN sh SwiftTest.sh