Skip to content

Commit

Permalink
add BMR
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-kl committed Jul 26, 2022
1 parent 91e7660 commit 149e08e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,21 @@ jobs:
working-directory: ./javascore
run: gradle bts:optimizedJar

build_bmr:
name: Build icon-bridge bmr
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.18.3'
cache: true

- run: go version

- name: Build BMR
working-directory: ./cmd/iconbridge
run: go build

0 comments on commit 149e08e

Please sign in to comment.