Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cwe_checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
cwe_checker
Commits
8c23e109
Commit
8c23e109
authored
6 years ago
by
Enkelmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated docker build command
parent
89c388b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile
Makefile
+4
-1
install.sh
install.sh
+1
-2
No files found.
Makefile
View file @
8c23e109
.PHONY
:
all clean test uninstall
.PHONY
:
all clean test uninstall
docker
all
:
dune build
dune install
...
...
@@ -27,3 +27,6 @@ uninstall:
cd
plugins/cwe_checker_emulation
;
make uninstall
;
cd
../..
cd
plugins/cwe_checker_type_inference
;
make uninstall
;
cd
../..
cd
plugins/cwe_checker_type_inference_print
;
make uninstall
;
cd
../..
docker
:
./install.sh
This diff is collapsed.
Click to expand it.
install.sh
View file @
8c23e109
#!/usr/bin/env bash
echo
"Cleaning up"
rm
-rf
src/_build
rm
-f
src/cwe_checker.plugin
make clean
echo
"Building docker container"
docker build
--build-arg
=
http
{
,s
}
_proxy
--build-arg
=
HTTP
{
,S
}
_PROXY
-t
cwe-checker
.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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