Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github actions pipeline #234

Merged
merged 42 commits into from
Jan 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
7e35d55
Added github actions
pauliyobo Aug 14, 2023
e1f24f3
Fixed typo
pauliyobo Aug 14, 2023
8c0f9b5
Fixed typo
pauliyobo Aug 14, 2023
ef57b4d
Added python encoding
pauliyobo Aug 14, 2023
5c5891b
Trying to optimize build
pauliyobo Aug 14, 2023
d9a1b03
Added nsis github action
pauliyobo Aug 14, 2023
548733f
Removed makensis action
pauliyobo Aug 14, 2023
116b8c9
Naming installer
pauliyobo Aug 14, 2023
79ab4cf
Testing release workflow
pauliyobo Aug 14, 2023
0ac60b8
fixed indentation
pauliyobo Aug 14, 2023
d9b79ba
Downloading all artifacts
pauliyobo Aug 14, 2023
4f17b3d
Added invoke to dependencies
pauliyobo Aug 18, 2023
9ea9945
Caching dependencies
pauliyobo Aug 18, 2023
41be60c
Modified cache key
pauliyobo Aug 18, 2023
a9790d4
Incorrectly set up virtual env
pauliyobo Aug 18, 2023
33ee3dc
Fixing sintax error
pauliyobo Aug 18, 2023
36e5ac9
Activating virtual environment in other steps
pauliyobo Aug 18, 2023
5abd62b
Trying to fix caching
pauliyobo Aug 18, 2023
2e7af82
Merging two steps into one because of venv
pauliyobo Aug 18, 2023
796b792
Trying to fix deploy job
pauliyobo Aug 18, 2023
f8eb567
Fixed cache key
pauliyobo Aug 18, 2023
dd519fb
Moving instead of copying
pauliyobo Aug 19, 2023
788f9ae
Updated zip steps
pauliyobo Aug 20, 2023
ff4afed
Adding version-information and translation catalogs
pauliyobo Aug 28, 2023
0ec6264
Fixed oversight
pauliyobo Aug 28, 2023
198f2f4
Fixed typo
pauliyobo Aug 28, 2023
cf94ae4
added distinct globs for other extension types
pauliyobo Aug 28, 2023
f219c44
Mistaked directory
pauliyobo Aug 28, 2023
adeea00
Made code more readable
pauliyobo Sep 11, 2023
b3793b0
Merge branch 'develop' into gh_actions
pauliyobo Sep 20, 2023
e4bc6eb
Merge branch 'develop' into gh_actions
pauliyobo Jan 17, 2024
e1b4f81
Fixed merge conflicts
pauliyobo Jan 17, 2024
0988ec2
feat: Added test job
pauliyobo Jan 28, 2024
d41fbc2
fix: Fixed test job
pauliyobo Jan 28, 2024
97d3c9f
Fix: Fixed indentation
pauliyobo Jan 28, 2024
28cb542
feat: Added pytest.ini configuration
pauliyobo Jan 28, 2024
1187d78
Using invoke in dependencies job
pauliyobo Jan 28, 2024
c802ddc
Added invoke
pauliyobo Jan 28, 2024
a176da3
Updated github actions versions
pauliyobo Jan 28, 2024
80f31eb
Updated cache
pauliyobo Jan 28, 2024
6e5b753
Uploading release-info only when a release will be generated
pauliyobo Jan 28, 2024
f2bfa39
Handling error when zipping artifacts
pauliyobo Jan 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed indentation
pauliyobo committed Aug 14, 2023
commit 0ac60b84c381918872e5349dbd97ca98f6bb8307
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -49,6 +49,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "/home/runner/artifacts/*"
draft: true
generateReleaseNotes: true

draft: true
generateReleaseNotes: true