Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
apt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
debian
apt
Commits
6faf7ea5
Commit
6faf7ea5
authored
Jun 05, 2019
by
Lorenzo "Palinuro" Faletra
Committed by
Lorenzo "Palinuro" Faletra
Jun 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import Debian version 1.8.2+parrot2
apt (1.8.2+parrot2) testing; urgency=medium * Update CI Configuration.
parent
25675c1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
36 deletions
+7
-36
.gitlab-ci.yml
.gitlab-ci.yml
+1
-36
debian/changelog
debian/changelog
+6
-0
No files found.
.gitlab-ci.yml
View file @
6faf7ea5
image
:
debian:testing
variables
:
DEBIAN_FRONTEND
:
noninteractive
test as root
:
stage
:
test
script
:
-
adduser --home /home/travis travis --quiet --disabled-login --gecos "" --uid
1000
-
rm -f /etc/dpkg/dpkg.cfg.d/excludes
-
apt-get update
-
apt-get install -qq build-essential expect gcovr sudo
-
chmod -R o+rwX $PWD
-
./prepare-release travis-ci
-
sudo -u travis mkdir build
-
sudo -u travis env -C build cmake -DCMAKE_BUILD_TYPE=Coverage -G Ninja ..
-
sudo -u travis ninja -C build
-
CTEST_OUTPUT_ON_FAILURE=1 ninja -C build test
-
unbuffer ./test/integration/run-tests -q -j
4
-
gcovr
test as user
:
stage
:
test
script
:
-
adduser --home /home/travis travis --quiet --disabled-login --gecos "" --uid
1000
-
rm -f /etc/dpkg/dpkg.cfg.d/excludes
-
apt-get update
-
apt-get install -qq build-essential expect gcovr sudo
-
chmod 755 /root
-
chmod -R o+rwX $PWD
-
./prepare-release travis-ci
-
sudo -u travis mkdir build
-
sudo -u travis env -C build cmake -DCMAKE_BUILD_TYPE=Coverage -G Ninja ..
-
sudo -u travis ninja -C build
-
sudo -u travis CTEST_OUTPUT_ON_FAILURE=1 ninja -C build test
-
sudo -u travis unbuffer ./test/integration/run-tests -q -j
4
-
sudo -u travis gcovr
include
:
https://nest.parrotsec.org/parrot-organization/ci/raw/master/deb-build.yml
debian/changelog
View file @
6faf7ea5
apt
(
1.8.2
+
parrot2
)
testing
;
urgency
=
medium
*
Update
CI
Configuration
.
--
Lorenzo
"Palinuro"
Faletra
<
palinuro
@
parrotsec
.
org
>
Wed
,
05
Jun
2019
16
:
27
:
38
+
0200
apt
(
1.8.2
+
parrot1
)
testing
;
urgency
=
medium
*
Import
new
Debian
release
.
...
...
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