Skip to content

Commit

Permalink
build verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 2, 2024
1 parent 925e285 commit 29a1c29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
uses: SwiftyLab/setup-swift@latest
with:
swift-version: '6.0'
- name: show swift version
run: swift --version
- name: Build
run: make build
run: make build-verbose
- name: Test
run: make test
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ test: githooks
build: githooks
./scripts/run.sh build

.PHONY: build-verbose
build-verbose: githooks
./scripts/run.sh build --verbose

.PHONY: clean
clean:
./scripts/run.sh package clean
Expand Down

0 comments on commit 29a1c29

Please sign in to comment.