Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Dmitri Naumov
ogs
Commits
639e8960
Commit
639e8960
authored
4 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Serial container includes mfront support.
parent
935d5e74
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ThirdParty/container-maker
+1
-1
1 addition, 1 deletion
ThirdParty/container-maker
scripts/ci/jobs/build_image.yml
+1
-1
1 addition, 1 deletion
scripts/ci/jobs/build_image.yml
scripts/ci/jobs/container.yml
+1
-1
1 addition, 1 deletion
scripts/ci/jobs/container.yml
with
3 additions
and
3 deletions
container-maker
@
a3ab7724
Compare
a7e952f1
...
a3ab7724
Subproject commit a
7e952f1bf9b9950c1808c098a91bb65d46db2e4
Subproject commit a
3ab772441c3e2574474603129f956bce096414e
This diff is collapsed.
Click to expand it.
scripts/ci/jobs/build_image.yml
+
1
−
1
View file @
639e8960
...
@@ -12,7 +12,7 @@ build container images:
...
@@ -12,7 +12,7 @@ build container images:
script
:
script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
poetry run ogscm compiler.py ogs.py --build --ogs off
-
poetry run ogscm compiler.py ogs.py --build --ogs off
--pm system --cvode --cppcheck --docs --gcovr --
tfel
--ccache
--pm system --cvode --cppcheck --docs --gcovr --
mfront
--ccache
--tag $CONTAINER_GCC_IMAGE --upload
--tag $CONTAINER_GCC_IMAGE --upload
-
poetry run ogscm compiler.py ogs.py --build --ogs off
-
poetry run ogscm compiler.py ogs.py --build --ogs off
--pm system --cvode --cppcheck --docs --gcovr --gui --ccache
--pm system --cvode --cppcheck --docs --gcovr --gui --ccache
...
...
This diff is collapsed.
Click to expand it.
scripts/ci/jobs/container.yml
+
1
−
1
View file @
639e8960
...
@@ -19,7 +19,7 @@ container:
...
@@ -19,7 +19,7 @@ container:
-
>
-
>
poetry run ogscm compiler.py ogs.py -B -C -R --ogs ../..
poetry run ogscm compiler.py ogs.py -B -C -R --ogs ../..
--build_args ' --progress=plain'
--build_args ' --progress=plain'
--pm system --cvode --ccache
--pm system --cvode --ccache
--mfront
--cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DBUILD_TESTING=OFF'
--cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DBUILD_TESTING=OFF'
$DOCKER_TAG
$DOCKER_TAG
-
>
-
>
...
...
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