Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
savoirfairelinux
jami-daemon
Commits
95fab566
Commit
95fab566
authored
10 years ago
by
Simon Piette
Browse files
Options
Downloads
Patches
Plain Diff
build-system: jenkins build script support for 1.4.x
Refs #55550 Change-Id: I9c3d1a7bf4db7d11ccc6ecb2d88ca22f94249ae2
parent
e7fde97c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/build-system/launch-build-machine-jenkins.sh
+11
-6
11 additions, 6 deletions
tools/build-system/launch-build-machine-jenkins.sh
with
11 additions
and
6 deletions
tools/build-system/launch-build-machine-jenkins.sh
+
11
−
6
View file @
95fab566
...
...
@@ -274,12 +274,17 @@ END
cd
${
LAUNCHPAD_DIR
}
/
${
LAUNCHPAD_PACKAGE
}
if
[
"
${
DIRNAME
}
"
==
"daemon"
]
;
then
mkdir
-p
contrib/native
pushd
contrib/native
../bootstrap
# only fetch it, don't build it
make iax
popd
if
[
-d
contrib
]
;
then
mkdir
-p
contrib/native
pushd
contrib/native
../bootstrap
# only fetch it, don't build it
make iax
else
pushd
libs
./compile_pjsip.sh
fi
popd
fi
if
[
"
${
LAUNCHPAD_PACKAGE
}
"
!=
"sflphone-kde"
]
;
then
./autogen.sh
...
...
This diff is collapsed.
Click to expand it.
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