Skip to content

Commit

Permalink
Merge branch '8-final-report' of https://github.com/master-csmi/2024-…
Browse files Browse the repository at this point in the history
…m1-vegetation into 8-final-report
  • Loading branch information
giuliocrp committed May 31, 2024
2 parents dd6b1e2 + e09f2f8 commit 9a0edae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@ jobs:
cd build
cmake --build . -- -j2 # Adjust the number of parallel jobs
- name: Run tests
run: |
cd build
ctest --output-on-failure
- name: Display build directory contents
run: ls -la build
1 change: 1 addition & 0 deletions test/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"default_height_range": "3, 40",
"default_genus": "Platanus",
"input_building_mesh": "mesh_lod1.stl",
"merge_buildings_trees": true,
"output_name": "contades"
}

0 comments on commit 9a0edae

Please sign in to comment.