This commit is contained in:
parent
7fd0e1f4e5
commit
fc55b2bae1
@ -16,7 +16,10 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "Building project..."
|
- run: echo "Building project..."
|
||||||
- run: cmake ${{ gitea.workspace }} -DLINUX_WINDOW_SYSTEM:STRING=XCB
|
- run: cd ${{ gitea.workspace }}
|
||||||
|
- run: mkdir build
|
||||||
|
- run: cd build
|
||||||
|
- run: cmake -DCMAKE_BUILD_TYPE=Debug -DLINUX_WINDOW_SYSTEM:STRING=XCB ..
|
||||||
|
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
@ -25,8 +28,7 @@ jobs:
|
|||||||
- name: Installing Dependencies
|
- name: Installing Dependencies
|
||||||
run: sudo apt install -y libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev
|
run: sudo apt install -y libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev
|
||||||
|
|
||||||
- run: cd ${{ gitea.workspace }}
|
- run: cmake --build . --config Debug
|
||||||
- run: make
|
|
||||||
|
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user