Skip to content

Commit

Permalink
CI: Remove also gtk-rs-core sys tests
Browse files Browse the repository at this point in the history
Those tests don't do much interesting, attempting to regen
ffi crates is something already done by cloning the gtk-rs-core repo
and regen/build it
  • Loading branch information
bilelmoussaoui committed Jan 26, 2024
1 parent 4f2a872 commit e7f0724
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 528 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ jobs:
with:
command: test
args: --release
- name: "Test (tests/sys)"
run: tests/sys/test.sh
- name: "Acquire gtk4-rs"
uses: actions/checkout@v4
with:
Expand Down
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
target
/gio
/gtk
/src/gir_version.rs
/.vscode
tests/gir-files
tests/sys/*-sys/**
tests/sys/sys_build/Cargo.lock
!tests/sys/*-sys/Cargo.toml
**.DS_Store
85 changes: 67 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 0 additions & 65 deletions tests/sys/gdk-pixbuf-sys/Cargo.toml

This file was deleted.

105 changes: 0 additions & 105 deletions tests/sys/gio-sys/Cargo.toml

This file was deleted.

12 changes: 0 additions & 12 deletions tests/sys/gir-gdk-pixbuf.toml

This file was deleted.

11 changes: 0 additions & 11 deletions tests/sys/gir-gio.toml

This file was deleted.

Loading

0 comments on commit e7f0724

Please sign in to comment.