Fix linker error in some cases with STH_PythonAppVar::ID_* class fields. #66
This file contains 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-20.04,ubuntu-latest,macOS-12,macOS-latest] | |
steps: | |
- uses: actions/checkout@v3 | |
- run: make -j4 | |
- run: ./tivars_tests |