take care of STH_PythonAppVar TODOs (metadata support, UTF8 BOM...) #91
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 | |
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| build: | |
| runs-on: '${{ matrix.os }}' | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| os: [ubuntu-22.04,ubuntu-latest,macOS-15-intel,macOS-latest] | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - run: make -j4 | |
| - run: ./tivars_tests |