Skip to content

Commit bae5a3c

Browse files
authored
Merge pull request ppc64le#319 from rajesh-ibm-power/patch-4
Created travis.xml file
2 parents 150397a + 01adaa9 commit bae5a3c

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

travis-ymls/xmlsec.travis.yml

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# ----------------------------------------------------------------------------
2+
#
3+
# Package : xmlsec
4+
# Source Repo : https://github.com/lsh123/xmlsec
5+
# Travis Job Link : https://travis-ci.com/github/rajesh-ibm-power/xmlsec
6+
# Created travis.yml : Yes
7+
# Maintainer : Rajesh kumar <[email protected]>
8+
#
9+
# Script License : Apache License, Version 2 or later
10+
#
11+
# ---
12+
13+
language: c
14+
os: linux
15+
dist: bionic
16+
17+
addons:
18+
apt:
19+
packages:
20+
- automake
21+
- autoconf
22+
- libtool
23+
- libtool-bin
24+
- libltdl-dev
25+
- libltdl7
26+
- libxml2
27+
- libxml2-dev
28+
- libxslt1.1
29+
- libxslt1-dev
30+
- libssl1.0.0
31+
- libssl-dev
32+
- libnspr4
33+
- libnspr4-dev
34+
- libnss3
35+
- libnss3-dev
36+
- libnss3-tools
37+
- libgcrypt20
38+
- libgcrypt20-dev
39+
- libgnutls28-dev
40+
homebrew:
41+
packages:
42+
- libtool
43+
- openssl
44+
- nss
45+
- libgcrypt
46+
- gnutls
47+
48+
script:
49+
- . scripts/travis-env.sh && mkdir build && cd build && ../autogen.sh --enable-werror && make && make check
50+
51+
jobs:
52+
include:
53+
- name: "linux-x86_64"
54+
os: linux
55+
arch: amd64
56+
- name: "osx"
57+
os: osx
58+
osx_image: xcode9.3
59+
- name: "linux-s390x"
60+
os: linux
61+
arch: s390x
62+
- name: "ppc64le"
63+
os: linux
64+
arch: ppc64le

0 commit comments

Comments
 (0)