ci: add autopoint
parent
bf09823fab
commit
df4d99d1ed
|
@ -68,7 +68,6 @@ requires:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
- git
|
- git
|
||||||
- intltool
|
|
||||||
- libsm
|
- libsm
|
||||||
- make
|
- make
|
||||||
- mate-common
|
- mate-common
|
||||||
|
@ -81,13 +80,12 @@ requires:
|
||||||
# Useful URL: https://github.com/mate-desktop/debian-packages
|
# Useful URL: https://github.com/mate-desktop/debian-packages
|
||||||
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-terminal
|
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-terminal
|
||||||
- autoconf-archive
|
- autoconf-archive
|
||||||
|
- autopoint
|
||||||
- clang
|
- clang
|
||||||
- clang-tools
|
- clang-tools
|
||||||
- cppcheck
|
- cppcheck
|
||||||
- gcc
|
- gcc
|
||||||
- git
|
- git
|
||||||
- intltool
|
|
||||||
- intltool
|
|
||||||
- libdconf-dev
|
- libdconf-dev
|
||||||
- libglib2.0-dev
|
- libglib2.0-dev
|
||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
|
@ -117,11 +115,10 @@ requires:
|
||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
- autoconf-archive
|
- autoconf-archive
|
||||||
|
- autopoint
|
||||||
- clang
|
- clang
|
||||||
- clang-tools
|
- clang-tools
|
||||||
- git
|
- git
|
||||||
- intltool
|
|
||||||
- intltool
|
|
||||||
- libdconf-dev
|
- libdconf-dev
|
||||||
- libglib2.0-dev
|
- libglib2.0-dev
|
||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
|
@ -153,8 +150,6 @@ variables:
|
||||||
|
|
||||||
before_scripts:
|
before_scripts:
|
||||||
- if [ ${DISTRO_NAME} == "debian" ];then
|
- if [ ${DISTRO_NAME} == "debian" ];then
|
||||||
- curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
|
|
||||||
- bash ./debian.sh
|
|
||||||
- egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g'
|
- 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'
|
- egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g'
|
||||||
- fi
|
- fi
|
||||||
|
|
Loading…
Reference in New Issue