mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-10-30 07:11:38 +00:00
Update cmake-multi-platform.yml
This commit is contained in:
parent
e6e872784c
commit
e7984980b8
1 changed files with 1 additions and 20 deletions
19
.github/workflows/cmake-multi-platform.yml
vendored
19
.github/workflows/cmake-multi-platform.yml
vendored
|
|
@ -58,31 +58,12 @@ jobs:
|
||||||
-S .
|
-S .
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
- name: Show CMake Directory (Linux)
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
run: tree -L 3 .
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Show CMake Directory (Windows)
|
|
||||||
if: runner.os == 'Windows'
|
|
||||||
run: Get-ChildItem -Path . -Recurse
|
|
||||||
shell: powershell
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ninja
|
run: ninja
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Show Build Directory (Linux)
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
run: tree -L 3 .
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Show Build Directory (Windows)
|
|
||||||
if: runner.os == 'Windows'
|
|
||||||
run: Get-ChildItem -Path . -Recurse
|
|
||||||
shell: powershell
|
|
||||||
|
|
||||||
|
|
||||||
- name: Package Artifacts (Linux)
|
- name: Package Artifacts (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue