Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 16, 2023
1 parent 710b630 commit a52b85e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
build-cmake:
build:
runs-on: macos-latest

steps:
Expand All @@ -19,12 +19,12 @@ jobs:
- name: Build
run: cmake -S . -B build && cmake --build build

build-xcode:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2

- name: Build
run: |
xcodebuild -project experiment.xcodeproj -scheme experiment -configuration Release build
# build-xcode:
# runs-on: macos-latest
#
# steps:
# - uses: actions/checkout@v2
#
# - name: Build
# run: |
# xcodebuild -project experiment.xcodeproj -scheme experiment -configuration Release build

0 comments on commit a52b85e

Please sign in to comment.