This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/.travis.yml

16 lines
283 B
YAML
Raw Normal View History

2019-06-27 11:01:46 +01:00
language: rust
2019-06-21 11:14:12 +01:00
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: stable
- rust: beta
2019-06-21 11:14:12 +01:00
fast_finish: true
cache: cargo
before_install:
- sudo apt-get update
- sudo apt-get -y install xorg-dev
- sudo apt-get -y install libsdl2-dev libsdl2-image-dev