This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd0c83a
commit 4bac4c0
Showing
4 changed files
with
50 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,61 @@ | ||
language: rust | ||
rust: | ||
- nightly | ||
- beta | ||
- stable | ||
env: | ||
- GTK=3.4 | ||
- GTK=3.18 | ||
matrix: | ||
include: | ||
- os: linux | ||
rust: nightly | ||
env: GTK=3.4 | ||
- os: linux | ||
rust: nightly | ||
env: GTK=3.18 | ||
- os: linux | ||
rust: beta | ||
env: GTK=3.4 | ||
- os: linux | ||
rust: beta | ||
env: GTK=3.18 | ||
- os: linux | ||
rust: stable | ||
env: GTK=3.4 | ||
- os: linux | ||
rust: stable | ||
env: GTK=3.18 | ||
- os: osx | ||
rust: nightly | ||
env: GTK=3.4 | ||
# - os: osx | ||
# rust: nightly | ||
# env: GTK=3.18 | ||
- os: osx | ||
rust: beta | ||
env: GTK=3.4 | ||
# - os: osx | ||
# rust: beta | ||
# env: GTK=3.18 | ||
- os: osx | ||
rust: stable | ||
env: GTK=3.4 | ||
# - os: osx | ||
# rust: stable | ||
# env: GTK=3.18 | ||
sudo: true | ||
addons: | ||
apt: | ||
packages: | ||
- libgtk-3-dev | ||
before_install: | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink python; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gtk+3 cairo atk; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then | ||
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig; | ||
fi | ||
script: | ||
- rustc --version | ||
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ] && [ "$GTK" == "3.4" ]; then | ||
make regen_check; | ||
fi | ||
- mkdir .cargo | ||
- echo 'paths = ["."]' > .cargo/config | ||
- git clone -q --depth 50 -b pending https://github.com/rust-gnome/examples _examples | ||
- git clone -q --depth 50 -b pending https://github.com/gtk-rs/examples _examples | ||
- cd _examples | ||
- ./build_travis.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gir
updated
95 files
Submodule gir-files
updated
18 files
+3 −3 | Atk-1.0.gir | |
+7,471 −2,240 | GLib-2.0.gir | |
+8,113 −2,528 | Gdk-3.0.gir | |
+3 −40 | GdkPixbuf-2.0.gir | |
+46 −96 | Gio-2.0.gir | |
+29,571 −9,391 | Gtk-3.0.gir | |
+5 −5 | GtkSource-3.0.gir | |
+4 −8 | Pango-1.0.gir | |
+166 −46 | PangoCairo-1.0.gir | |
+12 −148 | Soup-2.4.gir | |
+4 −154 | Vte-2.91.gir | |
+6 −6 | WebKit2-4.0.gir | |
+645 −229 | cairo-1.0.gir | |
+3 −2 | dl.sh | |
+32 −0 | fix.py | |
+0 −37 | fix.sh | |
+9 −3 | freetype2-2.0.gir | |
+4 −2 | gir-dl.sh |