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

Commit

Permalink
Merge pull request #956 from GuillaumeGomez/ci-improvement
Browse files Browse the repository at this point in the history
Ci improvement
  • Loading branch information
GuillaumeGomez committed Feb 20, 2020
2 parents 531bb2c + 759b9cd commit 86c878a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -59,7 +59,6 @@ script:
rustup component add rustfmt;
make regen_check;
fi
- ./check_init_asserts
- cargo doc --features "dox,embed-lgpl-docs"
- cargo test --features "$FEATURES,embed-lgpl-docs"
# catch any sneaked in lgpl docs
Expand All @@ -71,3 +70,10 @@ script:
- git clone -q --depth 50 -b pending https://github.com/gtk-rs/examples _examples
- cd _examples
- ./build_travis.sh
- if [ "$TRAVIS_RUST_VERSION" == "stable" ] && [ "$GTK" == "3.14" ]; then
cd ..;
git clone https://github.com/gtk-rs/checker;
cd checker && cargo build --release;
cd .. && ./checker/target/release/checker .;
./checker/check_init_asserts;
fi
1 change: 1 addition & 0 deletions Gir.toml
Expand Up @@ -1215,6 +1215,7 @@ manual_traits = ["IMContextSimpleExtManual"]
[[object]]
name = "Gtk.InfoBar"
status = "generate"
manual_traits = ["InfoBarExtManual"]
[[object.property]]
name = "revealed"
version = "3.22.29"
Expand Down
19 changes: 0 additions & 19 deletions check_init_asserts

This file was deleted.

0 comments on commit 86c878a

Please sign in to comment.