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
Michel Heily 96cacb5f4c chore: Update .travis.yml
Former-commit-id: c529a4740c8d81e09a7a65648d9d2d77905e1146
2020-02-21 22:07:06 +02:00

16 lines
284 B
YAML

language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
- rust: beta
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