You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/.github/workflows
John Ralls 3d433d8c5b
Workflows: Try limiting the coverage-upload to the root repo.
2 years ago
..
README.md Implement Github-actions tests on macOS. 5 years ago
ci-docker.yml Update github action package versions. 2 years ago
ci-tests.yml Add CI job for Asan build. 2 years ago
coverage.yml Workflows: Try limiting the coverage-upload to the root repo. 2 years ago
mac-tests.yaml Update github action package versions. 2 years ago

README.md

Github Actions Continuous Integration Testing Workflows.

ci-tests.yml runs Ubuntu 18.04 and Ubuntu 20.04 using Github-provided virtual environments. The virtual environments are about twice as fast as Docker ones and getting Docker to run Ubuntu images was problematic. Note that updating Ubuntu 18.04 updates ICU4C from v60 to v65 and that causes conflicts with Boost, so don't.

ci-docker.yml runs tests in a Docker container running Arch Linux.

mac-tests.yml runs tests on macOS using a Github-provided virtual machine. Note that this test relies on a prebuilt tarball containing all of the dependencies. Instructions for building that tarball along with some support scripts may be found in utils/ci/macos-ci-deps.