Skip to content

Commit

Permalink
netdata/packaging/ci: style
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Emm. Katsoulakis committed Apr 2, 2019
1 parent 4fe64c2 commit 4a7505e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- docker run -it -v "${PWD}:/code:rw" -w /code "netdata/os-test:ubuntu1804" make distclean

- stage: Artifacts validation

name: Unit Testing
script:
- fakeroot ./netdata-installer.sh --install $HOME --dont-wait --dont-start-it --enable-plugin-nfacct --enable-plugin-freeipmi --disable-lto
Expand All @@ -104,6 +105,7 @@ jobs:


- stage: Packaging for release

name: Create release (only on special commit msg)
install:
- sudo apt-get install -y gnupg libcap2-bin zlib1g-dev uuid-dev fakeroot python-pip
Expand All @@ -122,6 +124,7 @@ jobs:

# This is the nightly pre-execution step
- stage: Nightly operations

- name: Run coverity scan
script: ./coverity-install.sh && ./coverity-scan.sh || echo "Coverity failed :("

Expand All @@ -139,6 +142,7 @@ jobs:
# This is the nightly execution step
#
- stage: Nightly release

before_install: openssl aes-256-cbc -K $encrypted_8daf19481253_key -iv $encrypted_8daf19481253_iv -in .travis/gcs-credentials.json.enc -out .travis/gcs-credentials.json -d
install:
- sudo apt install -y --only-upgrade docker-ce
Expand Down

0 comments on commit 4a7505e

Please sign in to comment.