Skip to content

Commit

Permalink
improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Nov 16, 2018
1 parent b0f0e01 commit 1a5313d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -12,3 +12,10 @@ script:
- cargo test --release
- git clone -q https://github.com/gkoz/gir-files tests/gir-files
- ./tests/sys/test.sh
# check if generation generated something buildable
- git clone -q https://github.com/gtk-rs/gtk gtk-test
- git clone -q https://github.com/gtk-rs/gir-files gtk-gir-files
- cd gtk-test
- ../target/release/gir -d ../gtk-gir-files/ -o .
- rm ../Cargo.*
- cargo build

0 comments on commit 1a5313d

Please sign in to comment.