]> Kevux Git Server - fll/commit
Update: Implement "github" test system in the testing script.
authorKevin Day <thekevinday@gmail.com>
Sat, 23 Apr 2022 06:11:37 +0000 (01:11 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 23 Apr 2022 06:16:50 +0000 (01:16 -0500)
commit55c623ad07fab9062ed1bdc52f38303dd0e02c86
treea958f0b37c5742fcc2887e72c37f1e3ec5a8c8a8
parent7b17dc68edbd61059f6b6eafd3f49020b597c6c3
Update: Implement "github" test system in the testing script.

The github actions has a repository that lacks cmocka.
Using the apt-get to download the systems cmocka library is slow and a waste of time.

Utilize the support for a custom "github" test system and manually download, compile, and install the cmocka source.
Given that this is for github, utilize a cmocka mirror repository that I found on github.
This is not ideal because it pulls from master rather than a specific version but it should work well enough.

Make any other appropriate changes or improvements to the testing script.
build/scripts/test.sh