mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-28 22:52:17 +00:00
wip
[skip test]
This commit is contained in:
parent
910c442fd4
commit
3eb23be590
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -19,13 +19,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# - name: Build target
|
||||
# run: |
|
||||
# ./build.py --target ${{ matrix.target }}
|
||||
|
||||
- name: Generate Xcode project
|
||||
- name: Build target
|
||||
run: |
|
||||
./build.py --target ${{ matrix.target }} --xcode
|
||||
./build.py --target ${{ matrix.target }}
|
||||
|
||||
# - name: Generate Xcode project
|
||||
# run: |
|
||||
# ./build.py --target ${{ matrix.target }} --xcode
|
||||
|
||||
- name: List Build Directory
|
||||
if: always()
|
||||
|
|
Loading…
Reference in a new issue