mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00

Turns out travis-ci hasn't added libseccomp-dev to the whitelist, so it won't be installed.
41 lines
774 B
YAML
41 lines
774 B
YAML
language: cpp
|
|
|
|
# Build matrix.
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
dist: trusty
|
|
sudo: required
|
|
compiler: gcc
|
|
- os: osx
|
|
compiler: clang
|
|
|
|
# Build dependencies. (Linux)
|
|
# NOTE: KF5 is not available on Ubuntu 14.04,
|
|
# so we can't build the KF5 plugin.
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libcurl4-openssl-dev
|
|
- libpng-dev
|
|
- libjpeg-dev
|
|
- nettle-dev
|
|
- libtinyxml2-dev
|
|
- libqt4-dev
|
|
- kdelibs5-dev
|
|
- libglib2.0-dev
|
|
- libgtk2.0-dev
|
|
- libthunarx-2-dev
|
|
- libgtk-3-dev
|
|
- libnautilus-extension-dev
|
|
- libbsd-dev
|
|
- gettext
|
|
- libnemo-extension-dev
|
|
- libseccomp-dev
|
|
|
|
# Run the build script.
|
|
script: ./travis.sh
|
|
|
|
notifications:
|
|
irc: "ircs://irc.badnik.zone:6697/#GensGS"
|