Skip to content

Commit

Permalink
Add gtksourceview to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Oct 19, 2021
1 parent c4c4e96 commit adf9558
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
shell: cmd

- name: Build
run: python .\build.py build -p=x64 --vs-ver=16 --msys-dir=C:\msys64 --enable-gi --py-wheel --gtk3-ver=3.24 gtk3 graphene gobject-introspection pycairo pygobject adwaita-icon-theme hicolor-icon-theme
run: >
python .\build.py build -p=x64 --vs-ver=16 --msys-dir=C:\msys64 --enable-gi
--py-wheel --gtk3-ver=3.24 gtk3 graphene gobject-introspection pycairo
pygobject adwaita-icon-theme hicolor-icon-theme gtksourceview
- name: Copy wheels to the build directory
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit adf9558

Please sign in to comment.