Christian Göttsche
dcf7ad386c
GitHub CI: add macOS build
5 years ago
Christian Göttsche
64230ee5cd
ci: use clang-11
5 years ago
Christian Göttsche
2ec940e0d2
ci: use correct configure flags for sensors
5 years ago
Christian Göttsche
2ff2859c23
Add compat mode for systems without openat(2)
5 years ago
Christian Göttsche
9b31ee5b63
Drop taskstats conditional
...
taskstats is only checked on runtime if the column RCHAR, WCHAR, SYSCR,
SYSCW, RBYTES, WBYTES, CNCLWB, IO_READ_RATE, IO_WRITE_RATE or IO_RATE is
selected.
taskstats is currently enabled by default.
Drop the taskstats configuration switch, to reduce the maintenance cost.
5 years ago
Christian Göttsche
c88c80e3bd
Drop cgroup conditional
...
cgroup is only checked on runtime if the column CGROUP is selected.
cgroup is currently disabled by default, but most distributions do
enable it.
Drop the cgroup configuration switch, to reduce the maintenance cost.
5 years ago
Christian Göttsche
1b225cd7a0
Show CPU temperature in CPU meter
...
Show the CPU temperature in the CPU meter, like CPU frequency, instead
of using an extra Meter.
5 years ago
Christian Göttsche
803234a58d
update Github CI
...
- Add a full featured clang job
- Explicit disable options otherwise enabled by default in minimal job
5 years ago
Benny Baumann
2f9381d867
Keep building on errors
...
Doing so allows for more than one error to be detected in builds
5 years ago
Christian Göttsche
b82a13c6ba
Add clang analyzer CI job
6 years ago
Christian Göttsche
005c4d1f23
Make --enable-hwloc and --enable-linux-affinity mutual exclusive
...
They can not be supported both at the same time.
Fail configure step instead of silently only use hwloc.
6 years ago
Christian Göttsche
3f5784a3f0
Convert hwlock CI run to a full featured one
6 years ago
Christian Göttsche
fc4f74aa47
ci: add clang build
6 years ago
Bert Wesarg
d64a6a2453
CI: Add a HWLOC enabled job
6 years ago
Nathan Scott
9eb9064fbd
Cleanup unused CI build notes and whitespace
6 years ago
Christian Göttsche
d6adc2b681
github/ci: improve ci
...
- split steps for readability
- fail on compiler warnings
- add whitespace check
- run on all branches
- run `make distcheck`
6 years ago
Nathan Scott
7fbbf25afe
Update ci.yml
...
Comment out MacOSX for now - seems to be missing needed aclocal/m4 toolchain components.
6 years ago
Nathan Scott
e1f48c7c7c
Update ci.yml
...
Correction to deb package name
6 years ago
Nathan Scott
6cd1615863
Update ci.yml
...
Attempt to fix Ubuntu dependencies, add macosx
6 years ago
Nathan Scott
c86ac5cf98
Update ci.yml
...
Install libncurses-dev package on the build system
6 years ago
Nathan Scott
b3003f02fa
Create ci.yml
...
Initial version of htop CI using github actions.
6 years ago