repo.or.cz
/
opentx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Compilation fix
[opentx.git]
/
jenkins
/
release-20
/
release-all.sh
blob
7b55b195ea3204f12c15383d090a421924c1f5f9
1
#!/bin/bash
2
3
# stops on first error
4
set -e
5
6
# make sure we are in the good directory
7
cd
~opentx
/
release-20
/
8
9
# release all components
10
.
/
release-companion.sh
11
#./release-voices.sh
12
#./release-lua.sh
13
.
/
release-firmware.sh
14