Skip to content

Commit

Permalink
Also compile STB option in CI.
Browse files Browse the repository at this point in the history
.. to make sure code doesn't accidentally break as it is rarely
compiled.
  • Loading branch information
hzeller committed Feb 22, 2022
1 parent 8a914a3 commit 26b58c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
sudo apt install libopenslide-dev
sudo apt install pandoc
- name: Build Full timg
- name: Build timg with all options enabled
run: |
mkdir build
cd build
cmake .. -DWITH_VIDEO_DECODING=On -DWITH_VIDEO_DEVICE=On -DWITH_OPENSLIDE_SUPPORT=On
cmake .. -DWITH_VIDEO_DECODING=On -DWITH_VIDEO_DEVICE=On -DWITH_OPENSLIDE_SUPPORT=On -DWITH_STB_IMAGE=On
make -k
CodeFormatting:
Expand Down

0 comments on commit 26b58c0

Please sign in to comment.