Skip to content

Commit

Permalink
"build with widgets and quick components; updates QUItCoding#53"
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Oct 15, 2021
1 parent e5688ff commit 6499f40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake -DQNANO_WIDGETS=1 -DQNANO_QUICK=1 ..
- name: Build library
run: make -j
run: |
cd build
make -j

0 comments on commit 6499f40

Please sign in to comment.