mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-24 04:01:34 +00:00
wip
[skip test] [skip lint]
This commit is contained in:
parent
b91d5920d9
commit
2497cbd6bd
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -19,14 +19,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build target
|
|
||||||
run: |
|
|
||||||
./build.py --target ${{ matrix.target }}
|
|
||||||
|
|
||||||
- name: Generate Xcode project
|
- name: Generate Xcode project
|
||||||
run: |
|
run: |
|
||||||
./build.py --target ${{ matrix.target }} --xcode
|
./build.py --target ${{ matrix.target }} --xcode
|
||||||
|
|
||||||
|
- name: Build target
|
||||||
|
run: |
|
||||||
|
./build.py --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: List Build Directory
|
- name: List Build Directory
|
||||||
if: always()
|
if: always()
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue