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 da7f66890d build: Update .travis.yml with apt dependencies
Former-commit-id: 0ae6f48d08aba10425f6ceeac9384068ab496bcf
2020-01-17 12:54:30 +02:00

16 lines
283 B
YAML

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