Skip to content

Commit

Permalink
Update bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Beekman committed Mar 23, 2021
1 parent d0f4fa7 commit ae4b093
Show file tree
Hide file tree
Showing 8 changed files with 373 additions and 242 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -6,15 +6,16 @@ branches:
- trying
# Not really necessary, just to get a green badge on “master”
- master
- acruceru/fix-cert-issue
language: rust
os: linux
dist: xenial
addons:
apt:
packages:
- llvm-3.8-dev
- libclang-3.8-dev
- clang-3.8
- llvm-3.9-dev
- libclang-3.9-dev
- clang-3.9
- cmake
rust:
- stable
Expand All @@ -27,6 +28,6 @@ env:
# Pinned to this particular nightly version because of core_io. This can be
# re-pinned whenever core_io is updated to the latest nightly.
- CORE_IO_NIGHTLY=nightly-2019-07-01
- LLVM_CONFIG_PATH=llvm-config-3.8
- LLVM_CONFIG_PATH=llvm-config-3.9
script:
- ./ct.sh

0 comments on commit ae4b093

Please sign in to comment.