mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-22 16:01:11 +00:00
wip
[skip test]
This commit is contained in:
parent
cd38158fa2
commit
6cddaa1251
1 changed files with 7 additions and 7 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target:
|
target:
|
||||||
- "dsda-doom"
|
- dsda-doom
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -27,10 +27,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./build.py --target ${{ matrix.target }} --xcode
|
./build.py --target ${{ matrix.target }} --xcode
|
||||||
|
|
||||||
- name: List Build Directory
|
- name: List Build Directory
|
||||||
if: always()
|
if: always()
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git status
|
git status
|
||||||
ls -lR .
|
ls -lR .
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue