Skip to content

Commit

Permalink
add e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 29, 2024
1 parent 4d4efd1 commit 496b003
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ jobs:
- name: Run Python tests
run: python -c "import limap; print(limap.__version__)"

- name: Run E2E tests
run: |
bash scripts/quickstart.sh
python runners/hypersim/fitnmerge.py --default_config_file cfgs/fitnmerge/default_cpu.yaml \
--output_dir outputs/quickstart_fitnmerge --visualize 0
python runners/hypersim/triangulation.py --default_config_file cfgs/triangulation/default_cpu.yaml \
--output_dir outputs/quickstart_triangulation --visualize 0
- name: Build wheels
run: |
python -m pip install wheel
Expand Down

0 comments on commit 496b003

Please sign in to comment.