Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
NPDet
Commits
736dfc7a
Commit
736dfc7a
authored
Aug 09, 2020
by
Whitney Armstrong
Browse files
Merge branch 'dd4pod' into 'master'
gitlab-ci See merge request
!135
parents
51976c30
7a149978
Pipeline
#3680
passed with stages
in 1 minute and 32 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
736dfc7a
...
...
@@ -20,6 +20,16 @@ docker_image:
only
:
-
master
-
ci_dev
script
:
-
cd containers/docker && make release-latest
docker_tag
:
image
:
eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
stage
:
container
tags
:
-
sodium
only
:
-
tags
script
:
-
cd containers/docker && make release
...
...
CMakeLists.txt
View file @
736dfc7a
cmake_minimum_required
(
VERSION 3.2 FATAL_ERROR
)
project
(
NPDet VERSION 0.
2
.0
project
(
NPDet VERSION 0.
3
.0
LANGUAGES CXX
)
option
(
BUILD_DATA_MODEL
"build the dd4pod datamodel"
ON
)
...
...
containers/docker/Makefile
View file @
736dfc7a
...
...
@@ -75,6 +75,8 @@ login: ## Auto login to AWS-ECR unsing aws-cli
@
docker login
-u
${CI_REGISTRY_USER}
-p
${CI_REGISTRY_PASSWORD}
${CI_REGISTRY}
echo
"Login COMPLETE"
release-latest
:
build login publish-latest
##
Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
release
:
build-nc publish cleanup
##
Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
release-cached
:
build publish
##
Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment