File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 run : docker build . --file Dockerfile.ubuntu20 --tag mapillary/opensfm.ubuntu20:$GITHUB_SHA
1818
1919 - name : Run C++ tests
20- run : docker run mapillary/opensfm.ubuntu20:$GITHUB_SHA /bin/bash -c " source ~/.bashrc && conda activate opensfm && cd cmake_build && ctest"
20+ run : docker run mapillary/opensfm.ubuntu20:$GITHUB_SHA /bin/bash -c ' source ~/.bashrc && conda activate opensfm && cd cmake_build && ctest'
2121
2222 - name : Run Python tests
23- run : docker run mapillary/opensfm.ubuntu20:$GITHUB_SHA /bin/bash -c " source ~/.bashrc && conda activate opensfm && export LD_PRELOAD=$CONDA_PREFIX/lib/libtcmalloc.so && python3 -m pytest"
23+ run : docker run mapillary/opensfm.ubuntu20:$GITHUB_SHA /bin/bash -c ' source ~/.bashrc && conda activate opensfm && export LD_PRELOAD=$CONDA_PREFIX/lib/libtcmalloc.so && python3 -m pytest'
Original file line number Diff line number Diff line change 1717 run : docker build . --file Dockerfile.ubuntu24 --tag mapillary/opensfm.ubuntu24:$GITHUB_SHA
1818
1919 - name : Run C++ tests
20- run : docker run mapillary/opensfm.ubuntu24:$GITHUB_SHA /bin/bash -c " source ~/.bashrc && conda activate opensfm && cd cmake_build && ctest --output-on-failure"
20+ run : docker run mapillary/opensfm.ubuntu24:$GITHUB_SHA /bin/bash -c ' source ~/.bashrc && conda activate opensfm && cd cmake_build && ctest --output-on-failure'
2121
2222 - name : Run Python tests
23- run : docker run mapillary/opensfm.ubuntu24:$GITHUB_SHA /bin/bash -c " source ~/.bashrc && conda activate opensfm && export LD_PRELOAD=$CONDA_PREFIX/lib/libtcmalloc.so && python -m pytest -v"
23+ run : docker run mapillary/opensfm.ubuntu24:$GITHUB_SHA /bin/bash -c ' source ~/.bashrc && conda activate opensfm && export LD_PRELOAD=$CONDA_PREFIX/lib/libtcmalloc.so && python -m pytest -v'
You can’t perform that action at this time.
0 commit comments