summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* gh CI workflow: Add "make installcheck" targetHans Ulrich Niedermann2022-05-271-0/+2
|
* gh workflow: Use parallel make for buildsHans Ulrich Niedermann2022-05-191-6/+4
| | | | | | | | | | | | Use parallel make for builds. We use the GNU coreutils' "nproc" utility to determine the number of cores available for us to use. We then tell make to launch up to that number of processes (-j$(nproc)) in parallel, but only if the system load is below $(nproc) (-l$(nproc)). That should make reasonably good use of however many cores github makes available to us, while not overloading the build server or the build server VM.
* gh workflow: print nproc to find out whether make -jNN makes senseHans Ulrich Niedermann2022-05-141-0/+2
|
* Work around github workflow issue with presenting stderrHans Ulrich Niedermann2022-01-231-0/+1
|
* CI: build automake based example projectHans Ulrich Niedermann2022-01-231-1/+18
| | | | | | Add automake based example project using libgphoto2 to have the CI builds ensure that building a libgphoto2 frontend with this libgphoto2 is possible.
* gh workflow: install libgd-devHans Ulrich Niedermann2021-11-031-1/+1
|
* gh workflows: remove requirements for flex, bisonHans Ulrich Niedermann2021-08-072-2/+2
| | | | | | | As 4316f75ed4ce7a4ae5296264699665631c4e62d6 has removed gp2ddb with its use of flex and bison, we do not need flex and bison any more, and so the github workflows do not need to install flex and bison either.
* install thingsMarcus Meissner2020-10-111-1/+4
|
* Create codeql-analysis.ymlMarcus Meissner2020-10-111-0/+71
|
* run apt-get update before installing any packageAiden Leong2020-08-271-1/+1
|
* added bisonMarcus Meissner2020-05-261-1/+1
|
* adde flexMarcus Meissner2020-05-261-1/+1
|
* more packages by default ...Marcus Meissner2020-05-261-1/+1
|
* sudo for apt-getMarcus Meissner2020-05-261-1/+1
|
* apt-get install autopointMarcus Meissner2020-05-261-0/+2
|
* autoreconf itMarcus Meissner2020-05-261-0/+2
|
* added github action make / mak checkMarcus Meissner2020-05-261-0/+23
|
* Update issue templatesMarcus Meissner2019-01-262-0/+58
|
* Update issue templatesMarcus Meissner2019-01-261-0/+23