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
2a365c07
Commit
2a365c07
authored
3 years ago
by
Vivek Dutta
Browse files
Options
Downloads
Patches
Plain Diff
Align with iopsys 6.3 release
parent
29982dcc
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!9
Align with iopsys 6.3 release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/code-analysis/Dockerfile
+5
-5
5 additions, 5 deletions
docker/code-analysis/Dockerfile
static-code-analysis.yml
+1
-1
1 addition, 1 deletion
static-code-analysis.yml
with
6 additions
and
6 deletions
docker/code-analysis/Dockerfile
+
5
−
5
View file @
2a365c07
...
@@ -103,7 +103,7 @@ RUN \
...
@@ -103,7 +103,7 @@ RUN \
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
git clone git://git.openwrt.org/project/libubox.git
&&
\
git clone git://git.openwrt.org/project/libubox.git
&&
\
cd
libubox
&&
mkdir
build
&&
cd
build
&&
\
cd
libubox
&&
mkdir
build
&&
cd
build
&&
\
git checkout b
36a3a90098db64a46029355e308897c97fbe13d
&&
\
git checkout b
14c4688612c05c78ce984d7bde633bce8703b1e
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
..
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
..
&&
\
make
-j2
&&
\
make
-j2
&&
\
make
install
make
install
...
@@ -113,7 +113,7 @@ RUN \
...
@@ -113,7 +113,7 @@ RUN \
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
git clone git://git.openwrt.org/project/uci.git
&&
\
git clone git://git.openwrt.org/project/uci.git
&&
\
cd
uci
&&
\
cd
uci
&&
\
git checkout
4b3db1179747b6a6779029407984bacef851325
c
&&
\
git checkout
52bbc99f69ea6f67b6fe264f424dac91bde5016
c
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
.
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
.
&&
\
make
-j2
&&
\
make
-j2
&&
\
make
install
make
install
...
@@ -123,7 +123,7 @@ RUN \
...
@@ -123,7 +123,7 @@ RUN \
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
git clone https://git.openwrt.org/project/ubus.git
&&
\
git clone https://git.openwrt.org/project/ubus.git
&&
\
cd
ubus
&&
\
cd
ubus
&&
\
git checkout
2537be01858710e714c329153760c64fe3f8a73e
&&
\
git checkout
4fc532c8a55ba8217ad67d7fd47c5eb9a8aba044
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
-DBUILD_EXAMPLES
=
OFF
.
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
-DBUILD_EXAMPLES
=
OFF
.
&&
\
make
-j2
&&
\
make
-j2
&&
\
make
install
make
install
...
@@ -133,7 +133,7 @@ RUN \
...
@@ -133,7 +133,7 @@ RUN \
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
git clone https://dev.iopsys.eu/fork/rpcd.git
&&
\
git clone https://dev.iopsys.eu/fork/rpcd.git
&&
\
cd
rpcd
&&
\
cd
rpcd
&&
\
git checkout
2af78699b70a8d6a6b562f9c37ef9aa51f9e2c1a
&&
\
git checkout
52d280b20e00c9f80624e55cd37f6c68fb5e2389
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DIWINFO_SUPPORT
=
NO
.
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DIWINFO_SUPPORT
=
NO
.
&&
\
make
-j2
&&
\
make
-j2
&&
\
make
install
&&
\
make
install
&&
\
...
@@ -217,7 +217,7 @@ RUN \
...
@@ -217,7 +217,7 @@ RUN \
cd
microxml
&&
\
cd
microxml
&&
\
autoreconf
-i
;
\
autoreconf
-i
;
\
cd
/opt/dev/microxml
&&
\
cd
/opt/dev/microxml
&&
\
./configure
--prefix
=
/usr
--
en
able-threads
--enable-shared
--enable-static
&&
\
./configure
--prefix
=
/usr
--
dis
able-threads
--enable-shared
--enable-static
&&
\
make
&&
\
make
&&
\
sudo
make
install
&&
\
sudo
make
install
&&
\
sudo ln
-sf
/usr/lib/libmicroxml.so.1.0 /lib/libmicroxml.so
&&
\
sudo ln
-sf
/usr/lib/libmicroxml.so.1.0 /lib/libmicroxml.so
&&
\
...
...
This diff is collapsed.
Click to expand it.
static-code-analysis.yml
+
1
−
1
View file @
2a365c07
...
@@ -3,7 +3,7 @@ variables:
...
@@ -3,7 +3,7 @@ variables:
RUN_CPPCHECK
:
"
cppcheck
--enable=all
--check-config
--error-exitcode=1"
RUN_CPPCHECK
:
"
cppcheck
--enable=all
--check-config
--error-exitcode=1"
RUN_CPD
:
"
/home/user/pmd-bin-6.19.0/bin/run.sh
cpd
--minimum-tokens
100
--language
c
--exclude
./test/cmocka
--files"
RUN_CPD
:
"
/home/user/pmd-bin-6.19.0/bin/run.sh
cpd
--minimum-tokens
100
--language
c
--exclude
./test/cmocka
--files"
SOURCE_FOLDER
:
"
src"
SOURCE_FOLDER
:
"
src"
COMMON_IMAGE
:
"
iopsys/code-analysis:
0.9
"
COMMON_IMAGE
:
"
iopsys/code-analysis:
latest
"
DEBUG
:
"
FALSE"
DEBUG
:
"
FALSE"
run_static_code_analysis
:
run_static_code_analysis
:
...
...
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