M .builds/debian_stretch.yml => .builds/debian_stretch.yml +4 -1
@@ 10,9 10,12 @@ tasks:
sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(ql-util:without-prompting (ql:add-to-init-file))' --eval '(quit)'
cd ~/tagmov
make
- - show-version: |
+ - show-help: |
cd ~/tagmov
./tagmov --help
+ - show-version: |
+ cd ~/tagmov
+ ./tagmov --version
- check-version: |
cd ~/tagmov
diff <(./tagmov --version) <(echo "tagmov 0.4.1")
M tagmov.lisp => tagmov.lisp +1 -1
@@ 21,7 21,7 @@
(defparameter *verbose* 0)
(defparameter *version-major* 0)
(defparameter *version-minor* 4)
-(defparameter *version-patch* 1)
+(defparameter *version-patch* 2)
(defun get-video-duration (path)
(read-line (uiop:process-info-output