Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Conversation

@GuillaumeGomez
Copy link
Member

It'll be followed by this patch on gir:

--- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -157,23 +157,17 @@ jobs: cd tests/sys/secret-sys cargo test -- --nocapture if: matrix.os == 'windows-latest' - - name: "Acquire GTK" + - name: "Acquire gtk-rs" uses: actions/checkout@v2 with: - repository: gtk-rs/gtk + repository: gtk-rs/gtk-rs ref: master - path: gtk-test + path: gtk-rs if: matrix.os == 'ubuntu-latest' - name: "Attempt to rebuild GTK gir" - run: cd gtk-test && ../target/release/gir -d ../tests/gir-files/ -o . && rm ../Cargo.* && cargo build + run: cd gtk-rs && python3 generator.py --gir-path ../target/release/gir --gir-files ../tests/gir-files/ && rm ../Cargo.* && cargo build if: matrix.os == 'ubuntu-latest' - - name: "Acquire gio" - uses: actions/checkout@v2 - with: - repository: gtk-rs/gio - ref: master - path: gio if: matrix.os == 'ubuntu-latest' - name: "Rebuild gio" - run: cd gio && ../target/release/gir -d ../tests/gir-files/ -o . && cargo test + run: cd gtk-rs/gio && cargo test if: matrix.os == 'ubuntu-latest' 
@GuillaumeGomez GuillaumeGomez merged commit 9698874 into master Nov 6, 2020
@GuillaumeGomez GuillaumeGomez deleted the improve-generator branch November 6, 2020 14:01
@GuillaumeGomez GuillaumeGomez mentioned this pull request Nov 6, 2020
elmarco pushed a commit to elmarco/gtk-rs that referenced this pull request Feb 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants