Skip to content

Commit

Permalink
Merge pull request #35 from ps2/circle-ci-fix
Browse files Browse the repository at this point in the history
Use standard ghr
  • Loading branch information
ps2 authored Oct 21, 2017
2 parents 28b742e + 09a7a21 commit 3461e28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,5 @@ Power amplifier output power setting 1.

### PA_TABLE0 (0xDF2E)

Power amplifier output power setting 0.
Power amplifier output power setting 0.

9 changes: 5 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
machine:
pre:
- sudo apt-get install -y sdcc
- go get github.com/ps2/ghr
test:
override:
- ./build-all.sh

dependencies:
pre:
- sudo apt-get install -y sdcc
- go get github.com/tcnksm/ghr

deployment:
release:
branch: master
Expand Down

0 comments on commit 3461e28

Please sign in to comment.