Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
42a81a86
Commit
42a81a86
authored
3 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Add coverity config to autobuild
parent
007325b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
autobuild.xml
+79
-0
79 additions, 0 deletions
autobuild.xml
with
82 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
42a81a86
...
@@ -204,12 +204,12 @@ coverity_scan:
...
@@ -204,12 +204,12 @@ coverity_scan:
-
source .venv/bin/activate
-
source .venv/bin/activate
-
pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple --extra-index-url https://pypi.org/simple
-
pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple --extra-index-url https://pypi.org/simple
script
:
script
:
-
autobuild configure -c ReleaseOS -- -DLL_TESTS=OFF -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=OFF -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
-
autobuild configure -c Coverity -- -DLL_TESTS=OFF -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=OFF -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
-
autobuild build -c Coverity --no-configure
-
|
-
|
pushd "build-linux-64"
pushd "build-linux-64"
cov-build --dir cov-int ninja
tar caf alchemyviewer.xz cov-int
tar caf alchemyviewer.xz cov-int
curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file alchemyviewer.xz "${CI_API_V4_URL}/projects/165/packages/generic/
my_package
/0.0.$CI_PIPELINE_ID/alchemyviewer.xz"
curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file alchemyviewer.xz "${CI_API_V4_URL}/projects/165/packages/generic/
coverity
/0.0.$CI_PIPELINE_ID/alchemyviewer.xz"
popd
popd
...
...
This diff is collapsed.
Click to expand it.
autobuild.xml
+
79
−
0
View file @
42a81a86
...
@@ -2912,6 +2912,27 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
...
@@ -2912,6 +2912,27 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<map>
<map>
<key>
configurations
</key>
<key>
configurations
</key>
<map>
<map>
<key>
Coverity
</key>
<map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
../indra
</string>
</array>
<key>
command
</key>
<string>
cmake
</string>
<key>
options
</key>
<array>
<string>
-DCMAKE_BUILD_TYPE:STRING=Release
</string>
<string>
-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE
</string>
<string>
-DROOT_PROJECT_NAME:STRING=Alchemy
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
Coverity
</string>
</map>
<key>
RelWithDebInfo
</key>
<key>
RelWithDebInfo
</key>
<map>
<map>
<key>
build
</key>
<key>
build
</key>
...
@@ -3004,6 +3025,38 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
...
@@ -3004,6 +3025,38 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>
build-darwin-64
</string>
<string>
build-darwin-64
</string>
<key>
configurations
</key>
<key>
configurations
</key>
<map>
<map>
<key>
Coverity
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
cov-build
</string>
<key>
options
</key>
<array>
<string>
--dir
</string>
<string>
cov-int
</string>
<string>
make
</string>
<string>
-j
</string>
<string>
$AUTOBUILD_CPU_COUNT
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
../indra
</string>
</array>
<key>
command
</key>
<string>
cmake
</string>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
Unix Makefiles
</string>
</array>
</map>
<key>
name
</key>
<string>
Coverity
</string>
</map>
<key>
RelWithDebInfo
</key>
<key>
RelWithDebInfo
</key>
<map>
<map>
<key>
build
</key>
<key>
build
</key>
...
@@ -3124,6 +3177,32 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
...
@@ -3124,6 +3177,32 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>
build-linux-$AUTOBUILD_ADDRSIZE
</string>
<string>
build-linux-$AUTOBUILD_ADDRSIZE
</string>
<key>
configurations
</key>
<key>
configurations
</key>
<map>
<map>
<key>
Coverity
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
cov-build
</string>
<key>
options
</key>
<array>
<string>
--dir
</string>
<string>
cov-int
</string>
<string>
make
</string>
<string>
-j
</string>
<string>
$AUTOBUILD_CPU_COUNT
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
Unix Makefiles
</string>
</array>
</map>
<key>
name
</key>
<string>
Coverity
</string>
</map>
<key>
RelWithDebInfo
</key>
<key>
RelWithDebInfo
</key>
<map>
<map>
<key>
build
</key>
<key>
build
</key>
...
...
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