Skip to content

Commit

Permalink
Build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed May 19, 2024
1 parent edefe58 commit d4e5d5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: go get ./...

- name: Build
run: go build -v .
run: go build -ldflags="-s -w" -gcflags=all="-l -B" -trimpath -buildvcs=false -v .

- name: Go Test
run: go test -v ./...
Expand Down Expand Up @@ -83,9 +83,7 @@ jobs:
sudo apt-get install -y libasound2-dev
- name: Build
run: |
go build -ldflags="-s -w" -gcflags=all="-l -B" -trimpath -buildvcs=false -o goqoa-linux -v .
upx --best goqoa-linux
run: go build -ldflags="-s -w" -gcflags=all="-l -B" -trimpath -buildvcs=false -o goqoa-linux -v .

- name: Go Test
run: go test -v ./...
Expand Down

0 comments on commit d4e5d5d

Please sign in to comment.