Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
gitlab-ci-pipeline
Commits
36c9bde0
Unverified
Commit
36c9bde0
authored
2 years ago
by
Roman Azarenko
Browse files
Options
Downloads
Patches
Plain Diff
Fix json-cpp variable name
parent
aaba21cd
Branches
Branches containing commit
Tags
0.28
Tags containing commit
1 merge request
!14
Fix json-cpp variable name
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/code-analysis/Dockerfile
+3
-3
3 additions, 3 deletions
docker/code-analysis/Dockerfile
with
3 additions
and
3 deletions
docker/code-analysis/Dockerfile
+
3
−
3
View file @
36c9bde0
...
...
@@ -172,13 +172,13 @@ RUN \
make
&&
\
make
install
#
nlohmann
ARG
NLOHMANN
_VERSION=be61ad147000be4802173d0d118fd1b8109b4668
#
json-cpp
ARG
JSON_CPP
_VERSION=be61ad147000be4802173d0d118fd1b8109b4668
RUN
\
cd
/opt/dev
&&
\
git clone https://github.com/nlohmann/json.git
&&
\
cd
json
&&
\
git checkout
${
NLOHMANN
_VERSION
}
&&
\
git checkout
${
JSON_CPP
_VERSION
}
&&
\
mkdir
build
&&
\
cd
build
&&
\
cmake ..
&&
\
...
...
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