Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
970ef629
Commit
970ef629
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
changed build-all and clean-all to use scons
parent
9b670b54
No related branches found
No related tags found
No related merge requests found
Pipeline
#2075
failed
6 years ago
Stage: clean
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build-all.sh
+12
-0
12 additions, 0 deletions
build-all.sh
clean-all.sh
+5
-0
5 additions, 0 deletions
clean-all.sh
with
17 additions
and
0 deletions
build-all.sh
+
12
−
0
View file @
970ef629
#!/bin/bash
if
[[
"
$*
"
=
~
"--debug"
]]
;
then
SCONSDEBUG
=
" debug=1 "
fi
scons
$SCONSDEBUG
-j
3
exit
# check if DIR is the directory containing the build script.
BUILD_LOC
=
`
dirname
$0
`
FULL_BUILD_LOC
=
`
cd
$BUILD_LOC
;
pwd
`
...
...
This diff is collapsed.
Click to expand it.
clean-all.sh
+
5
−
0
View file @
970ef629
#!/bin/bash
scons
-c
exit
# check if DIR is the directory containing the build script.
BUILD_LOC
=
`
dirname
$0
`
FULL_BUILD_LOC
=
`
cd
$BUILD_LOC
;
pwd
`
...
...
This diff is collapsed.
Click to expand it.
Jason Hiser
@jdh8d
mentioned in commit
ca0389a1
·
6 years ago
mentioned in commit
ca0389a1
mentioned in commit ca0389a1ab7fbc81422489caa7f807c3838e1f7b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment