Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
ci
Compare revisions
16c8b6107119db3448b6828d3d2757888f2b2376 to 8ec855ae44ec77fa7ce4e13101c6a08441d3abba
Project 'FP/iris-ci' was moved to 'iris/ci'. Please update any links and bookmarks that may still have the old path.
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iris/ci
Select target project
No results found
8ec855ae44ec77fa7ce4e13101c6a08441d3abba
Select Git revision
Branches
master
opam2
Swap
Target
iris/ci
Select target project
iris/ci
msammler/ci
snyke7/ci
3 results
16c8b6107119db3448b6828d3d2757888f2b2376
Select Git revision
Branches
master
opam2
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Revert "allow configuring build target"
· 8ec855ae
Ralf Jung
authored
6 years ago
This reverts commit
16c8b610
. We don't need this any more.
8ec855ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildjob
+2
-3
2 additions, 3 deletions
buildjob
with
2 additions
and
3 deletions
buildjob
View file @
8ec855ae
...
...
@@ -32,9 +32,8 @@ if [[ -n "$MANGLE_NAMES" ]]; then
fi
# Build
BUILD_TARGET
=
${
BUILD_TARGET
:-
all
}
echo_color
"
$BOLDGREEN
"
"[buildjob] Perfoming build (target:
$BUILD_TARGET
)"
time
make
$BUILD_TARGET
--output-sync
--no-print-directory
-k
-j
$CPU_CORES
TIMED
=
y 2>&1 |
tee
build-log.txt
echo_color
"
$BOLDGREEN
"
"[buildjob] Perfoming build"
time
make
--output-sync
--no-print-directory
-k
-j
$CPU_CORES
TIMED
=
y 2>&1 |
tee
build-log.txt
echo_color
"
$BOLDGREEN
"
"[buildjob] Build time summary"
cat
build-log.txt | egrep
"(real|user): [0-9]"
|
tee
build-time.txt
...
...
This diff is collapsed.
Click to expand it.