Skip to content

Commit

Permalink
Merge branch 'always-include-tinygettext'
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Nov 28, 2024
2 parents 9a0ad64 + 821b8dc commit bb0187f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
sudo apt-get install -y wget cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libjsoncpp-dev libfuse2
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build tinygettext
run: |
cd vendor/tinygettext
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF -DTINYGETTEXT_WITH_SDL=ON
cd build
make
sudo make install
- name: Build
run: |
mkdir oceanpop && cd oceanpop
Expand Down

0 comments on commit bb0187f

Please sign in to comment.