7 Commits

Author SHA1 Message Date
dd0852a154 typo
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-28 16:58:45 -07:00
6e938d71f7 rename linux executable after building
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-28 16:56:34 -07:00
23bac97cea add pointless echo step
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-28 16:47:47 -07:00
741d70ea42 try to figure out why linux build isn't running
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-28 16:47:12 -07:00
fb72d824d3 first attempt to parallelize build stages
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-28 16:46:21 -07:00
203cc55350 add drone CI config
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-28 16:37:05 -07:00
29e59ab845 more refactoring 2021-07-27 10:41:23 -07:00
2 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,11 @@ type: docker
name: main name: main
trigger: trigger:
event: tag branch:
- master
event:
- push
- tag
steps: steps:
- name: build-windows - name: build-windows
@ -21,11 +25,13 @@ steps:
- name: release - name: release
image: plugins/gitea-release image: plugins/gitea-release
when:
event: tag
depends_on: depends_on:
- build-windows - build-windows
- build-linux - build-linux
settings: settings:
base_url: 'https://git.jfmonty2.com' base_url: 'https://git.jfmonty2.com/jfmonty2/passphrase.git'
files: files:
- passphrase_linux - passphrase_linux
- passphrase.exe - passphrase.exe

View File

@ -1,6 +1,6 @@
# Package # Package
version = "0.3.0" version = "0.1.0"
author = "Joseph Montanaro" author = "Joseph Montanaro"
description = "Passphrase generator and dictionary builder" description = "Passphrase generator and dictionary builder"
license = "none" license = "none"