mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2026-01-11 16:17:04 +01:00
ci: remove application build from copilot-setup-steps workflow
Only build and run encoder-setup utility for WebP configuration. Application building is not required for Copilot development environment setup.
This commit is contained in:
10
.github/workflows/copilot-setup-steps.yml
vendored
10
.github/workflows/copilot-setup-steps.yml
vendored
@@ -51,15 +51,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./encoder-setup
|
./encoder-setup
|
||||||
|
|
||||||
- name: Build application
|
|
||||||
run: |
|
|
||||||
go build -o cbzconverter ./cmd/cbzoptimizer
|
|
||||||
|
|
||||||
- name: Verify build
|
|
||||||
run: |
|
|
||||||
ls -lh cbzconverter
|
|
||||||
file cbzconverter
|
|
||||||
|
|
||||||
- name: Install gotestsum
|
- name: Install gotestsum
|
||||||
run: |
|
run: |
|
||||||
go install gotest.tools/gotestsum@latest
|
go install gotest.tools/gotestsum@latest
|
||||||
@@ -75,5 +66,4 @@ jobs:
|
|||||||
echo "✅ golangci-lint installed"
|
echo "✅ golangci-lint installed"
|
||||||
echo "✅ Dependencies downloaded and verified"
|
echo "✅ Dependencies downloaded and verified"
|
||||||
echo "✅ WebP encoder configured (libwebp 1.6.0)"
|
echo "✅ WebP encoder configured (libwebp 1.6.0)"
|
||||||
echo "✅ Application built successfully"
|
|
||||||
echo "✅ gotestsum (test runner) installed"
|
echo "✅ gotestsum (test runner) installed"
|
||||||
|
|||||||
Reference in New Issue
Block a user