Skip to content

Commit

Permalink
[github] linux building test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent 2fbf3fe commit 63ab344
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/cmake-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ jobs:
-DEKG_ENABLE_TEST=0
-DEKG_LINUX_NOT_FOUND_FREETYPE=1
- name: Build Cmake
run: >
cmake --build ${{ github.workspace }}/cmake-build-debug
- name: Linux Install Libraries
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev
sudo apt-get install libfreetype6-dev
sudo apt-get install libglew-dev
sudo apt-get install vulkan-sdk
- name: Build CMake
run: |
cmake --build ${{ github.workspace }}/cmake-build-debug

0 comments on commit 63ab344

Please sign in to comment.