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
4677e3e3
Commit
4677e3e3
authored
4 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Build single domain executable
parent
7947eeb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!49
Resolve "Finish installation and usage instruction on the documentation"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/ci.yml
+4
-4
4 additions, 4 deletions
.github/workflows/ci.yml
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-3
1 addition, 3 deletions
Dockerfile
with
6 additions
and
8 deletions
.github/workflows/ci.yml
+
4
−
4
View file @
4677e3e3
...
...
@@ -2,13 +2,16 @@ name: CI Builds
on
:
push
env
:
DUNE_COPASI_USE_STATIC_DEPS
:
'
ON'
DUNE_COPASI_SD_EXECUTABLE
:
'
ON'
jobs
:
linux
:
name
:
Linux
runs-on
:
ubuntu-16.04
env
:
CMAKE_INSTALL_PREFIX
:
'
/opt/dune'
DUNE_COPASI_USE_STATIC_DEPS
:
'
ON'
TERM
:
'
xterm-256color'
defaults
:
run
:
...
...
@@ -37,7 +40,6 @@ jobs:
runs-on
:
macos-10.15
env
:
CMAKE_INSTALL_PREFIX
:
'
/opt/dune'
DUNE_COPASI_USE_STATIC_DEPS
:
'
ON'
MACOSX_DEPLOYMENT_TARGET
:
'
10.14'
TERM
:
'
xterm-256color'
defaults
:
...
...
@@ -62,7 +64,6 @@ jobs:
runs-on
:
windows-2019
env
:
CMAKE_INSTALL_PREFIX
:
'
/c/dune'
DUNE_COPASI_USE_STATIC_DEPS
:
'
ON'
defaults
:
run
:
shell
:
msys2 {0}
...
...
@@ -90,7 +91,6 @@ jobs:
runs-on
:
windows-2019
env
:
CMAKE_INSTALL_PREFIX
:
'
/c/dune'
DUNE_COPASI_USE_STATIC_DEPS
:
'
ON'
defaults
:
run
:
shell
:
msys2 {0}
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
4677e3e3
...
...
@@ -14,9 +14,9 @@ stages:
-
"
dind"
.global_variables
:
&global_variables
DUNE_OPTIONS_FILE
:
/duneci/dune.opts
DUNECONTROL
:
dunecontrol
BASE_IMAGE_VERSION
:
v0.4.0-git
DUNE_COPASI_SD_EXECUTABLE
:
'
ON'
.docker_variables
:
&docker_variables
DOCKER_BUILDKIT
:
1
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
3
View file @
4677e3e3
...
...
@@ -27,9 +27,7 @@ RUN ./dune-copasi/.ci/setup_dune /duneci/dune.opts
# build and install dune-copasi from the setup-env
FROM
${BUILD_BASE_IMAGE}
AS
build-env
ENV
PATH=/duneci/install/bin:$PATH
ENV
TERM=xterm-256color
ENV
CMAKE_INSTALL_PREFIX=/duneci/install
ENV
DUNE_COPASI_SD_EXECUTABLE='ON'
ENV
CPACK_GENERATORS=DEB
ENV
CPACK_PACKAGE_DIRECTORY=/duneci/packages
...
...
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