Skip to content

Commit 150397a

Browse files
authored
Merge pull request ppc64le#318 from asellappen/master
Adding Power support for the package by CI testing
2 parents a7e1a32 + 98f21ee commit 150397a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

travis-ymls/websocat.travis.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# ----------------------------------------------------------------------------
2+
#
3+
# Package : websocat
4+
# Source Repo : https://github.com/vi/websocat
5+
# Travis Job Link : https://travis-ci.com/github/asellappen/websocat/
6+
# Created travis.yml : No
7+
# Maintainer : Arumugam N S <[email protected]>
8+
#
9+
# Script License : Apache License, Version 2 or later
10+
#
11+
# ----------------------------------------------------------------------------
12+
13+
arch:
14+
- amd64
15+
- ppc64le
16+
os:
17+
- linux
18+
- osx
19+
- windows
20+
language: rust
21+
rust:
22+
- 1.34.2
23+
script:
24+
- cargo build --no-default-features --verbose --all
25+
- cargo test --no-default-features --verbose --all
26+
- cargo build --all-features --verbose --all
27+
- cargo test --all-features --verbose --all
28+
- ./test.sh

0 commit comments

Comments
 (0)