Skip to content

Commit

Permalink
ci: build with gui
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 7, 2024
1 parent ddeaf5c commit 3d4ab72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:

- run: opam install . --deps-only --with-doc --with-test

- run: opam exec -- ./configure --enable-debug
# for the gui build
- run: opam install labgtk

- run: opam exec -- ./configure --enable-debug --enable-gui=newgui2

- run: opam exec -- make

Expand Down

0 comments on commit 3d4ab72

Please sign in to comment.