This commit is contained in:
Michael Zhang 2018-05-14 18:19:55 -05:00
parent 022f2096ff
commit 42d7056e15
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -1,13 +1,23 @@
language: rust
rust:
- stable
- beta
- nightly
os:
- linux
- osx
matrix:
fast_finish: true
sudo: true
addons:
apt:
packages:
- cmake
- libgtk-3-dev
before_script:
- git clone https://github.com/naelstrof/slop.git
- cd slop
- cmake -DCMAKE_INSTALL_PREFIX="/usr" ./
- make && sudo make install
script:
- cargo build --all