Test
All checks were successful
Raspberry Pi 4 Build / Explore-Gitea-Actions (push) Successful in 1m29s

This commit is contained in:
Arron David Nelson 2024-01-31 14:15:43 -08:00
parent a548022cd5
commit 22613a025e

View File

@ -15,18 +15,15 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "Building project..."
- run: cd ${{ gitea.workspace }}
- run: cmake -DCMAKE_BUILD_TYPE=Debug -DLINUX_WINDOW_SYSTEM:STRING=XCB .
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Installing Dependencies
run: sudo apt install -y libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev
- run: cmake --build . --config Debug
- name: echo "Building project..."
run: |
cd ${{ gitea.workspace }}
cmake -DCMAKE_BUILD_TYPE=Debug -DLINUX_WINDOW_SYSTEM:STRING=XCB .
cmake --build . --config Debug
- name: List files in the repository
run: |