[go: up one dir, main page]

gdk 0.1.1

Rust bindings for the GDK library
language: rust
rust:
- nightly
- stable
sudo: true
before_install:
  - yes | sudo add-apt-repository ppa:ricotz/testing
  - sudo apt-get update
install:
  - sudo apt-get install libgtk-3-dev
script:
  - rustc --version
  - mkdir .cargo
  - echo 'paths = ["."]' > .cargo/config
  - git clone -q --depth 50 https://github.com/rust-gnome/examples _examples
  - cd _examples
  - ./git_deps.sh cairo glib gtk pango
  - git clone --depth 50 https://github.com/rust-gnome/examples _test
  - cd _test
  - cargo build