Skip to content

Commit

Permalink
Test Windows in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Jan 26, 2022
1 parent 183d692 commit 7f895fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Build binaries
shell: msys2 {0}
run: ./ci_env.sh make livepeer livepeer_cli livepeer_bench livepeer_router
- name: Test Accept Multiline
run: ./livepeer_cli
- name: Upload build
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
shell: msys2 {0}
Expand Down
3 changes: 3 additions & 0 deletions cmd/livepeer_cli/livepeer_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package main
import (
"bufio"
"fmt"
"github.com/livepeer/go-livepeer/build"
"math/rand"
"net/http"
"os"
Expand All @@ -15,6 +16,8 @@ import (
)

func main() {
fmt.Printf("Accept Multiline %s\n", build.AcceptMultiline)
return
app := cli.NewApp()
app.Name = "livepeer-cli"
app.Usage = "interact with local Livepeer node"
Expand Down

0 comments on commit 7f895fd

Please sign in to comment.