gatuno-terminal/.travis.yml

201 lines
6.0 KiB
YAML
Raw Permalink Normal View History

2019-02-21 11:04:31 -06:00
# vim: set ts=2 sts=2 sw=2 expandtab :
dist: xenial
sudo: required
language: bash
services:
- docker
2019-04-27 21:28:47 -05:00
branches:
except:
- gh-pages
2019-02-21 11:04:31 -06:00
before_install:
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
2019-04-27 21:28:47 -05:00
- curl -Ls -o gen-index https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/gen-index.sh
- chmod +x docker-build gen-index
2019-02-21 11:04:31 -06:00
install:
- sudo apt-get install -y python3-pip python3-setuptools
- sudo pip3 install --upgrade pip
- sudo pip install PyGithub
- ./docker-build --name ${DISTRO} --config .travis.yml --install
script:
2019-04-27 21:28:47 -05:00
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build scripts
2019-02-21 11:04:31 -06:00
2019-04-04 09:44:53 -06:00
deploy:
2019-04-27 21:28:47 -05:00
- provider: pages
github-token: $GITHUB_TOKEN
#keep-history: true
skip_cleanup: true
committer-from-gh: true
target-branch: gh-pages
local-dir: html-report
on:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
2019-04-04 09:44:53 -06:00
- provider: script
script: ./docker-build --verbose --config .travis.yml --release github
skip_cleanup: true
on:
tags: true
condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"
2019-04-27 21:28:47 -05:00
after_success:
- 'if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" && "$TRAVIS_PULL_REQUEST" != "false" && ${DISTRO} =~ ^fedora.*$ ]]; then
REPO_SLUG_ARRAY=(${TRAVIS_REPO_SLUG//\// });
REPO_NAME=${REPO_SLUG_ARRAY[1]};
URL="https://${REPO_NAME}.mate-desktop.dev";
COMMENT="Code analysis completed";
curl -H "Authorization: token $GITHUB_TOKEN" -X POST
-d "{\"state\": \"success\", \"description\": \"$COMMENT\", \"context\":\"scan-build\", \"target_url\": \"$URL\"}"
https://api.github.com/repos/${TRAVIS_REPO_SLUG}/statuses/${TRAVIS_PULL_REQUEST_SHA};
fi'
2019-02-21 11:04:31 -06:00
env:
- DISTRO="archlinux/base"
- DISTRO="debian:testing"
2019-11-24 05:30:07 -06:00
- DISTRO="fedora:latest"
- DISTRO="ubuntu:19.10"
2019-02-21 11:04:31 -06:00
##########################################################
# THE FOLLOWING LINES IS USED BY docker-build
##########################################################
requires:
archlinux:
# Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-terminal
2019-10-10 17:05:18 -05:00
- autoconf-archive
2019-04-27 21:28:47 -05:00
- clang
2019-02-21 11:04:31 -06:00
- gcc
- git
- libsm
- make
- mate-common
- mate-desktop
- vte3
- which
- yelp-tools
debian:
# Useful URL: https://github.com/mate-desktop/debian-packages
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-terminal
2019-10-10 17:05:18 -05:00
- autoconf-archive
2019-11-10 21:54:57 -06:00
- autopoint
2019-04-27 21:28:47 -05:00
- clang
- clang-tools
2019-05-16 04:55:50 -05:00
- cppcheck
2019-04-27 21:28:47 -05:00
- gcc
2019-02-21 11:04:31 -06:00
- git
- libdconf-dev
- libglib2.0-dev
- libgtk-3-dev
- libsm-dev
- libvte-2.91-dev
- libx11-dev
- make
- mate-common
- yelp-tools
fedora:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-terminal.git
2019-10-10 17:05:18 -05:00
- autoconf-archive
2019-04-27 21:28:47 -05:00
- clang
- clang-analyzer
2019-05-18 05:38:01 -05:00
- cppcheck-htmlreport
2019-02-21 11:04:31 -06:00
- gcc
- dconf-devel
- desktop-file-utils
- git
- gtk3-devel
- libSM-devel
- make
- mate-common
- redhat-rpm-config
- vte291-devel
ubuntu:
2019-10-10 17:05:18 -05:00
- autoconf-archive
2019-11-10 21:54:57 -06:00
- autopoint
2019-04-27 21:28:47 -05:00
- clang
- clang-tools
2019-02-21 11:04:31 -06:00
- git
- libdconf-dev
- libglib2.0-dev
- libgtk-3-dev
- libsm-dev
- libvte-2.91-dev
- libx11-dev
- make
- mate-common
- yelp-tools
variables:
- CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
2019-04-27 21:28:47 -05:00
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode
2019-04-27 21:28:47 -05:00
-enable-checker alpha.core.CastSize
-enable-checker alpha.core.CastToStruct
-enable-checker alpha.core.IdenticalExpr
-enable-checker alpha.core.SizeofPtr
-enable-checker alpha.security.ArrayBoundV2
-enable-checker alpha.security.MallocOverflow
-enable-checker alpha.security.ReturnPtrRange
-enable-checker alpha.unix.SimpleStream
-enable-checker alpha.unix.cstring.BufferOverlap
-enable-checker alpha.unix.cstring.NotNullTerminated
-enable-checker alpha.unix.cstring.OutOfBounds
-enable-checker alpha.core.FixedAddr
-enable-checker security.insecureAPI.strcpy"'
2019-02-21 11:04:31 -06:00
before_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g'
- egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g'
2019-02-21 11:04:31 -06:00
- fi
2019-10-10 17:05:18 -05:00
# Install mate-common from tarball
- cd ${START_DIR}
- '[ -f mate-common-1.23.3.tar.xz ] || curl -Ls -o mate-common-1.23.3.tar.xz http://pub.mate-desktop.org/releases/1.23/mate-common-1.23.3.tar.xz'
- tar xf mate-common-1.23.3.tar.xz
- cd mate-common-1.23.3
- if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu
- else
- ./configure --prefix=/usr
- fi
- make
- make install
2019-02-21 11:04:31 -06:00
2019-04-27 21:28:47 -05:00
build_scripts:
2019-10-10 17:05:18 -05:00
- ./autogen.sh --enable-compile-warnings=maximum
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
2019-04-27 21:28:47 -05:00
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
- else
- scan-build $CHECKERS --keep-cc -o html-report make
- fi
2019-05-16 04:55:50 -05:00
- if [ ${DISTRO_NAME} == "debian" ];then
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi
2019-04-27 21:28:47 -05:00
2019-02-21 11:04:31 -06:00
after_scripts:
2019-04-27 21:28:47 -05:00
- if [ ${DISTRO_NAME} == "fedora" ];then
2019-05-18 05:38:01 -05:00
- cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude .
- cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport
- ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/apps/utilities-terminal.png
2019-04-27 21:28:47 -05:00
- fi
2019-02-21 11:04:31 -06:00
- make distcheck
2019-04-04 09:44:53 -06:00
releases:
draft: false
prerelease: false
checksum: true
file_glob: true
files: mate-terminal-*.tar.xz
github_release:
tags: true
overwrite: true
base_version: 1.20.0
2019-10-06 13:11:03 -05:00
notify_servers:
- https://release.mate-desktop.org/release