Skip to content

Commit

Permalink
cleanup ci related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DerryAlex committed Jul 2, 2024
1 parent 6bfc7b0 commit a0b858e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: |
cd lib/tools && ./ci.sh && cd ../..
- uses: actions/[email protected]
- uses: peter-evans/create-pull-request@v6
with:
path: lib/tools/gir-files/*.typelib
add-paths: lib/girepository-1.0/*.typelib
5 changes: 4 additions & 1 deletion lib/girepository-1.0/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*.typelib
*
!*.sh
!*.patch
!*.typelib
2 changes: 1 addition & 1 deletion lib/tools/ci.sh → lib/girepository-1.0/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ sed 's/gconstpointer/gpointer/' -i Pango-1.0.gir
for gir in $(ls *.gir)
do
typelib=$(echo ${gir} | sed 's/.gir/.typelib/')
g-ir-compiler ${gir} -o ${typelib} --includedir .
g-ir-compiler ${gir} -o ../${typelib} --includedir .
done
cd ..
File renamed without changes.
2 changes: 0 additions & 2 deletions lib/tools/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions lib/tools/fetch-compiler.sh

This file was deleted.

13 changes: 0 additions & 13 deletions lib/tools/generate.sh

This file was deleted.

0 comments on commit a0b858e

Please sign in to comment.