AppleWin/.travis.yml
Andrea Odetti ae36dcbe30 Travis, still build master.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-10-30 16:00:21 +01:00

38 lines
757 B
YAML

language: cpp
branches:
only:
- master
matrix:
include:
# disabled as too expensive
# - name: "AppleWin on Windows"
# os: windows
# script: ./CIBuild.bat
- name: "AppleWin on Linux"
os: linux
dist: focal
arch: amd64
script: source/linux/build.sh
addons:
apt:
packages:
- cmake
- libyaml-dev
- libminizip-dev
- qtbase5-dev
- qtmultimedia5-dev
- libqt5gamepad5-dev
- libboost-program-options-dev
- libncurses-dev
- libevdev-dev
- libsdl2-dev
- libsdl2-image-dev
- libgles-dev
- libpcap-dev
- libslirp-dev