| Age | Commit message (Collapse) | Author |
|
This commit adds a GitHub Actions CI workflow that tests and builds the
Kconfiglib Python package and publishes it to PyPI when a new release is
published.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|
|
This commit updates the CI workflows such that each workflow has its own
unique concurrency identifier prefix.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|
|
This commit adds a GitHub Actions CI workflow that builds source and
built distribution (wheel) packages.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|
|
This commit adds a GitHub Actions CI workflow that runs the full
testsuite with the "release test" script using various Python versions
and host operating systems.
Note that the testing on Windows host is currently disabled because the
test scripts do not correctly handle Windows paths at this time.
Also note that Python 2.7 is not tested because it is now archaic and
supporting it is pointless.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|