Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cputool
cputool
Commits
9c4dbde4
Commit
9c4dbde4
authored
Nov 03, 2021
by
Nigel Kukard
Browse files
Merge branch 'nkupdates' into 'master'
Make sure we install cputool and check we did in CI See merge request
!6
parents
caf97034
c4305cd2
Pipeline
#6815
passed with stages
in 1 minute and 25 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9c4dbde4
...
...
@@ -19,7 +19,8 @@ build_ubuntu_rolling:
-
meson build
-
cd build
-
ninja
-
./cputool --version
-
ninja install
-
cputool --version
build_debian_testing
:
...
...
@@ -33,7 +34,8 @@ build_debian_testing:
-
meson build
-
cd build
-
ninja
-
./cputool --version
-
ninja install
-
cputool --version
build_almalinux_rolling
:
...
...
@@ -49,7 +51,8 @@ build_almalinux_rolling:
-
meson build
-
cd build
-
ninja
-
./cputool --version
-
ninja install
-
cputool --version
build_idmslinux_rolling
:
...
...
@@ -60,7 +63,8 @@ build_idmslinux_rolling:
-
meson build
-
cd build
-
ninja
-
./cputool --version
-
ninja install
-
cputool --version
release_job
:
...
...
meson.build
View file @
9c4dbde4
...
...
@@ -124,7 +124,10 @@ config_h = configure_file(
)
executable('cputool', 'cputool.c')
executable('cputool', 'cputool.c',
install: true,
install_dir: bindir,
)
gen_docs = not get_option('docs').disabled()
if gen_docs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment