We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1bbd7 commit 3f11a5dCopy full SHA for 3f11a5d
.travis.yml
@@ -32,4 +32,4 @@ deploy:
32
name: $TRAVIS_TAG
33
on:
34
branch: master
35
-tags: true
+ tags: true
make_deb.sh
@@ -17,7 +17,7 @@ fpm --input-type dir \
17
--license "MIT" \
18
--url "https://github.com/TurtleRover/openocd" \
19
--version ${VERSION:1} \
20
- --iteration 2 \
+ --iteration 4 \
21
--architecture armhf \
22
--deb-no-default-config-files \
23
--deb-dist stretch \
0 commit comments