Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel Firmware
Bare Metal Firmware
Commits
b90ed679
Commit
b90ed679
authored
3 years ago
by
Evan Lojewski
Committed by
Evan Lojewski
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
build: Update build.sh to support cmake version pre 3.15
parent
fc0d94bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
build.sh
build.sh
+2
-1
No files found.
build.sh
View file @
b90ed679
...
...
@@ -103,7 +103,8 @@ cd "$BUILD_DIR"
"
$CMAKE
"
..
$GENERATOR
"
$@
"
# Ensure formatting is correct and perform the build
"
$CMAKE
"
--build
.
--target
check-format
--target
all
"
$CMAKE
"
--build
.
--target
check-format
"
$CMAKE
"
--build
.
--target
all
# Run the tests
"
$CMAKE
"
--build
.
--target
test
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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