add drop_slash(), relative_to and proximate_to don't normalize #49
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: ci-nojvm | |
| on: | |
| push: | |
| paths: | |
| - "**.m" | |
| - ".github/workflows/ci-nojvm.yml" | |
| jobs: | |
| NoJVM: | |
| timeout-minutes: 15 | |
| runs-on: ${{ matrix.os }} | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| os: [ubuntu-latest,macos-latest,windows-latest] | |
| release: [latest] | |
| startup-options: ["-nojvm"] | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ./.github/workflows/composite-install-matlab | |
| - uses: ./.github/workflows/composite-buildtool |