[go: up one dir, main page]

glib 0.0.1

Rust bindings for the GLib library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust
rust:
- nightly
- beta
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
  - cargo doc
  - mkdir .cargo
  - echo 'paths = ["."]' > .cargo/config
  - git clone --depth 1 https://github.com/rust-gnome/examples _test
  - cd _test
  - cargo build