[go: up one dir, main page]

cty 0.1.5

Type aliases to C types like c_int for use with bindgen
Documentation
language: rust

matrix:
  include:
    - env: TARGET=x86_64-unknown-linux-gnu
      rust: stable

before_install: set -e

install:
  - sh ci/install.sh

script:
  - sh ci/script.sh

after_script: set +e

cache: cargo

branches:
  only:
    - auto
    - master
    - try

notifications:
  email:
    on_success: never