Skip to content

Commit

Permalink
Allow manual build of appimage. Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
parnham committed May 5, 2021
1 parent 8d998ed commit 92202ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ package-appimage:
stage: build
rules:
- if: $CI_PIPELINE_SOURCE == "web"
when: manual
script:
- earthly +appimage
artifacts:
Expand Down
6 changes: 6 additions & 0 deletions packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libpsinc0 (0.1.34) unstable; urgency=medium

* Switch to earthly build process

-- Dan <dan@dodeca> Wed, 05 May 2021 16:26:03 +0100

libpsinc0 (0.1.33) unstable; urgency=medium

* Added function to report what USB version is used for a connection.
Expand Down
2 changes: 1 addition & 1 deletion packages/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.33
0.1.34
2 changes: 1 addition & 1 deletion src/psinc/Psinc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "psinc/Psinc.h"

#define PSINC_VERSION "0.1.33"
#define PSINC_VERSION "0.1.34"


namespace psinc
Expand Down

0 comments on commit 92202ba

Please sign in to comment.