Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 68587e7

Browse files
Generate PowerShell build script.
Resolves #24
1 parent 4d71e8a commit 68587e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ test_script:
2121
- go vet ./...
2222

2323
build_script:
24-
- ps: .\build.ps1 -version $env:APPVEYOR_BUILD_VERSION
24+
- go build
25+
# - ps: .\build.ps1 -version $env:APPVEYOR_BUILD_VERSION
2526

2627
# TODO Eventually #20
2728
#artifacts:

0 commit comments

Comments
 (0)