Skip to content

Commit

Permalink
adding dogfood target
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed May 17, 2024
1 parent ab587e2 commit a93afd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
continue-on-error: true
run: |
xcodebuild -json -project ./build/orc.xcodeproj -scheme orc_orc -configuration Release -hideShellScriptEnvironment
- name: 🛠️ orc_dogfood
id: build-orc-orc_dogfood
continue-on-error: true
run: |
xcodebuild -json -project ./build/orc.xcodeproj -scheme orc_orc_dogfood -configuration Release -hideShellScriptEnvironment
- name: 🛠️ orc_test
id: build-orc_test
continue-on-error: true
Expand Down

0 comments on commit a93afd8

Please sign in to comment.