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

23 lines
314 B
YAML
Raw Normal View History

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