ci
This commit is contained in:
parent
3dfc12e8bc
commit
7f2cde028f
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
name: Install buildtools
|
||||
command: sudo apt-get install autoconf automake g++ libtool || true
|
||||
command: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y autoconf automake g++ libtool || true
|
||||
- run:
|
||||
name: Update Version Number of App
|
||||
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue