Skip to content

Commit

Permalink
CI: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
michurin committed Jun 15, 2024
1 parent bc37672 commit 42007ba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ jobs:
- run: "go version"
- run: "go build ./cmd/..."
- run: "./behavioral-tests/run.sh"
build-windows: # TODO switch to windows-latest and run integration tests
runs-on: ubuntu-latest
timeout-minutes: 10
name: "Simple build on MS Windows"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- run: "go version"
- run: "go build ./cmd/..."
env:
GOOS: windows
GOARCH: amd64
- run: "file pplog.exe"
test:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 42007ba

Please sign in to comment.