Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Make CI test sourceview, not examples
Browse files Browse the repository at this point in the history
  • Loading branch information
EPashkin committed Jan 20, 2018
1 parent ec8aa91 commit 7946c2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
17 changes: 3 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,12 @@ rust:
- nightly
- beta
- stable
env:
- GTK=3.4
- GTK=3.18

addons:
apt:
packages:
- libgtk-3-dev
- libgtksourceview-3.0-dev
script:
- rustc --version
- cargo test --features embed-lgpl-docs
- cargo doc --features "dox"
# catch any sneaked in lgpl docs
- cargo build --features purge-lgpl-docs
- git diff -R --exit-code
- mkdir .cargo
- echo 'paths = ["."]' > .cargo/config
- git clone -q --depth 50 -b pending https://github.com/rust-gnome/examples _examples
- cd _examples
- ./build.sh
- cargo build
- cargo build --features v3_10
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ install:
- SET PATH=C:\Users\appveyor\.cargo\bin;C:\msys64\mingw%BITS%\bin;%PATH%;C:\msys64\usr\bin
- rustc -Vv
- cargo -Vv
- pacman --noconfirm -S mingw-w64-%ARCH%-gtk3
- pacman --noconfirm -S mingw-w64-%ARCH%-gtksourceview3

build_script:
- mkdir .cargo
- echo paths = ["."] > .cargo\config
- git clone -q --depth 50 -b pending https://github.com/gtk-rs/examples _examples
- cd _examples
- cargo build
- cargo build --features gtk_3_18
- cargo build --features v3_18

test: false

0 comments on commit 7946c2e

Please sign in to comment.