Skip to content

Commit

Permalink
Removing libraries moved to the Thunder repository
Browse files Browse the repository at this point in the history
It looks like for now there is nothing to build, I tried to quickly add the libraries that are left in this repository, but neither of them builds at the moment, so it probably requires a closer look to make it work.
Let's keep this workflow fairly empty for now, and maybe we can add something here in the near future.
  • Loading branch information
VeithMetro authored Aug 27, 2024
1 parent cc645fb commit 95ae1d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Linux build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ jobs:
-DCMAKE_C_FLAGS="-Wall -Wextra -Wpedantic -Werror -m${{matrix.architecture}}" \
-DCMAKE_INSTALL_PREFIX="${{matrix.build_type}}/install/usr" \
-DCMAKE_MODULE_PATH="${PWD}/${{matrix.build_type}}/install/usr/include/WPEFramework/Modules" \
-DBROADCAST=ON \
${{steps.libs.outputs.first_match}}
cmake --build ${{matrix.build_type}}/build/ThunderLibraries --target install
# cmake --build ${{matrix.build_type}}/build/ThunderLibraries --target install

- name: Tar files
run: tar -czvf ${{matrix.build_type}}${{matrix.architecture == '32' && '_x86' || ''}}.tar.gz ${{matrix.build_type}}
Expand Down

0 comments on commit 95ae1d7

Please sign in to comment.