Adjusted workflow.
This commit is contained in:
parent
3f81b9e0c7
commit
2ba2317b35
@ -65,8 +65,8 @@ jobs:
|
||||
- name: Building/Compiling Project
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -DLINUX_WINDOW_SYSTEM:STRING=XCB .
|
||||
cmake --build . --config Debug
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB .
|
||||
cmake --build . --config Release
|
||||
cmake --install .
|
||||
|
||||
- name: Creating Appropriate Directories
|
||||
|
Loading…
Reference in New Issue
Block a user