solve_global_scene: treat MP_MAXITER as calibration failure #230
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: Build Nuget | |
| on: | |
| push: | |
| create: | |
| tags: [ master ] | |
| workflow_dispatch: | |
| jobs: | |
| build_nuget: | |
| name: Build Nuget | |
| runs-on: windows-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| with: | |
| fetch-depth: 0 | |
| submodules: recursive | |
| - name: Deploy nuget package | |
| working-directory: ${{ github.workspace }} | |
| run: .\make.ps1 --nuget | |
| - uses: actions/upload-artifact@v4 | |
| name: Upload | |
| with: | |
| path: ${{runner.workspace}}/libsurvive/bindings/cs/libsurvive.net/bin/Release/*.nupkg |