This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
VARCem/.travis.yml
2018-02-25 05:25:04 +00:00

30 lines
470 B
YAML

sudo: required
dist: trusty
language: c
env:
matrix:
- CROSS=y
script:
- cd src
- make -f win/Makefile.mingw
addons:
apt:
packages:
- binutils-mingw-w64-i686
- gcc-mingw-w64-i686
- binutils-mingw-w64-x86-64
- gcc-mingw-w64-x86-64
- gcc-mingw-w64
- mingw-w64
notifications:
irc:
channels:
- "chat.freenode.net#varcem"
template:
- "%{repository}/%{branch} (%{commit} - %{author}): %{message}"