mirror of
https://github.com/opentx/opentx.git
synced 2025-07-12 19:10:19 +03:00
More changes
This commit is contained in:
parent
d8bc752291
commit
9a5bd48712
3 changed files with 10 additions and 6 deletions
|
@ -7,11 +7,13 @@ set -x
|
|||
# make sure we are in the good directory
|
||||
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
cd $DIR
|
||||
source ./version.sh
|
||||
|
||||
# pull the latest changes
|
||||
./update-repo.sh
|
||||
|
||||
# retrieve release after the repo update
|
||||
source ./version.sh
|
||||
|
||||
# make the stamp
|
||||
cd opentx/radio/src
|
||||
make clean
|
||||
|
|
|
@ -7,11 +7,13 @@ set -x
|
|||
# make sure we are in the good directory
|
||||
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
cd $DIR
|
||||
source ./version.sh
|
||||
|
||||
# pull the latest changes
|
||||
./update-repo.sh
|
||||
|
||||
# retrieve release after the repo update
|
||||
source ./version.sh
|
||||
|
||||
# make the stamp
|
||||
cd opentx/radio/src
|
||||
make clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue