Skip to content

Commit

Permalink
ci: incorporated build:windows back into the pipeline - fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Oct 17, 2023
1 parent 9f50d25 commit ca0780a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ build:prerelease:
needs:
- build:dist
- build:linux
# - build:windows
- build:windows
- build:macos
# Don't interrupt publishing job
interruptible: false
Expand Down Expand Up @@ -335,7 +335,7 @@ release:distribution:
needs:
- build:dist
- build:linux
# - build:windows
- build:windows
- build:macos
- integration:merge
# Don't interrupt publishing job
Expand Down

0 comments on commit ca0780a

Please sign in to comment.