Skip to content

Commit

Permalink
travis: build with mate-common-1.24.2 from repos
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Mar 8, 2021
1 parent 11b406e commit c85ce30
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,6 @@ variables:
-enable-checker security.insecureAPI.strcpy"'

before_scripts:
- cd ${START_DIR}
- '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz'
- tar xf mate-common-1.24.1.tar.xz
- cd mate-common-1.24.1
- 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

build_scripts:
- NOCONFIGURE=1 ./autogen.sh
Expand Down

0 comments on commit c85ce30

Please sign in to comment.