Skip to content

Commit

Permalink
Merge pull request #208 from dcantah/build-bins-ci
Browse files Browse the repository at this point in the history
Build the three binaries in this repo from the ci
  • Loading branch information
dcantah committed Apr 22, 2021
2 parents 4ee6e51 + 1358edb commit a6ee88c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
@@ -1,12 +1,24 @@
name: CI
name: CI
on:
- push
- pull_request

jobs:
jobs:
test:
runs-on: 'windows-2019'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: go test -gcflags=all=-d=checkptr -v ./...

build:
runs-on: 'windows-2019'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15.0'

- run: go build ./pkg/etw/sample/
- run: go build ./tools/etw-provider-gen/
- run: go build ./wim/validate/

0 comments on commit a6ee88c

Please sign in to comment.