0.7.0: auto-build pyramid + multires improvements (LOD scales, click-to-center, OOM fixes) #131
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tests | |
| on: | |
| push: | |
| branches: [mesh-n-bone, master] | |
| tags: ["v*"] | |
| pull_request: | |
| branches: [mesh-n-bone, master] | |
| workflow_call: | |
| jobs: | |
| test: | |
| strategy: | |
| matrix: | |
| os: [ubuntu-latest, macos-14] | |
| fail-fast: false | |
| runs-on: ${{ matrix.os }} | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: prefix-dev/setup-pixi@v0.8.1 | |
| with: | |
| environments: test build-cgal | |
| cache: true | |
| - run: pixi run -e build-cgal build-cgal | |
| - run: pixi run -e test test |