Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-copasi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COPASI
dune-copasi
Commits
0b6c0c3c
Commit
0b6c0c3c
authored
4 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
debug
parent
7f3eb8e3
No related branches found
No related tags found
1 merge request
!49
Resolve "Finish installation and usage instruction on the documentation"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/setup_dune
+2
-4
2 additions, 4 deletions
.ci/setup_dune
with
2 additions
and
4 deletions
.ci/setup_dune
+
2
−
4
View file @
0b6c0c3c
...
...
@@ -157,9 +157,7 @@ for module in $MODULES; do
if
[[
!
-z
$PATCHES
]]
;
then
echo
"Applying patches:
$PATCHES
"
# change line ending to DOS if OS is windows
for
patch
in
$PATCHES
;
do
[[
$MSYSTEM
]]
&&
dos2unix
$patch
$patch
done
[[
$MSYSTEM
]]
&&
dos2unix
$PATCHES
git
-C
dune-
$module
apply
-v
$PATCHES
fi
echo
""
...
...
@@ -171,7 +169,7 @@ for module in $MODULES; do
fi
# configure, build, and install module
$DUNECONTROL
--opts
=
${
DUNE_OPTIONS_FILE
}
--only
=
dune-
$module
all
$DUNECONTROL
--opts
=
${
DUNE_OPTIONS_FILE
}
--only
=
dune-
$module
--debug
all
$SUDOCMD
$DUNECONTROL
--opts
=
${
DUNE_OPTIONS_FILE
}
--only
=
dune-
$module
bexec cmake
--build
.
--target
install
# we want to know where the build dir is located
...
...
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