kopia lustrzana https://github.com/OpenDroneMap/ODM
run tests in all Dockerfiles (including the one that runs in github actions)
rodzic
9b6f4b1c22
commit
7730b86d98
|
@ -14,6 +14,9 @@ COPY . ./
|
||||||
# Run the build
|
# Run the build
|
||||||
RUN PORTABLE_INSTALL=YES GPU_INSTALL=YES bash configure.sh install
|
RUN PORTABLE_INSTALL=YES GPU_INSTALL=YES bash configure.sh install
|
||||||
|
|
||||||
|
# Run the tests
|
||||||
|
RUN bash test.sh
|
||||||
|
|
||||||
# Clean Superbuild
|
# Clean Superbuild
|
||||||
RUN bash configure.sh clean
|
RUN bash configure.sh clean
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ COPY . ./
|
||||||
# Run the build
|
# Run the build
|
||||||
RUN PORTABLE_INSTALL=YES bash configure.sh install
|
RUN PORTABLE_INSTALL=YES bash configure.sh install
|
||||||
|
|
||||||
|
# Run the tests
|
||||||
|
RUN bash test.sh
|
||||||
|
|
||||||
# Clean Superbuild
|
# Clean Superbuild
|
||||||
RUN bash configure.sh clean
|
RUN bash configure.sh clean
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue