mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Add PPC64 builds
This commit is contained in:
parent
5f57476178
commit
1cb796038d
23
.travis.yml
23
.travis.yml
@ -16,7 +16,7 @@
|
||||
# https://github.com/travis-ci/travis-yml/blob/master/schema.json.
|
||||
|
||||
language: cpp
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
sudo: required
|
||||
|
||||
git:
|
||||
@ -397,6 +397,24 @@ jobs:
|
||||
- BUILD_OS=linux
|
||||
- BUILD_MODE=cmake
|
||||
- BUILD_JOBS=2
|
||||
- os: linux
|
||||
name: Linux with GCC (all)
|
||||
arch: ppc64le
|
||||
compiler: gcc
|
||||
dist: bionic
|
||||
env:
|
||||
- BUILD_OS=linux
|
||||
- BUILD_MODE=all
|
||||
- BUILD_JOBS=2
|
||||
- os: linux
|
||||
name: Linux with Clang (all)
|
||||
arch: ppc64le
|
||||
compiler: clang
|
||||
dist: bionic
|
||||
env:
|
||||
- BUILD_OS=linux
|
||||
- BUILD_MODE=all
|
||||
- BUILD_JOBS=2
|
||||
- os: linux
|
||||
name: Android on Linux (armeabi-v7a)
|
||||
arch: amd64
|
||||
@ -580,9 +598,6 @@ branches:
|
||||
- master
|
||||
- /\/ci$/
|
||||
|
||||
addons:
|
||||
sonarcloud: false
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
Loading…
Reference in New Issue
Block a user