This commit is contained in:
parent
4d5b8c88fb
commit
36c1f66a0a
@ -17,10 +17,7 @@ jobs:
|
|||||||
- 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: cd ${{ gitea.workspace }}
|
- run: cd ${{ gitea.workspace }}
|
||||||
- run: mkdir build
|
- run: cmake -DCMAKE_BUILD_TYPE=Debug -DLINUX_WINDOW_SYSTEM:STRING=XCB .
|
||||||
- run: cd ${{ gitea.workspace }}/build
|
|
||||||
- run: ls
|
|
||||||
- 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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user