add gui option to completely disable the log window. #223
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: xcodebuild | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: build | |
run: xcodebuild -project "Ample.xcodeproj" -target "Ample Lite" | xcpretty | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: Ample Lite | |
path: build/Release/ |