Skip to content

Commit

Permalink
enabled linux and windows builds again
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aebischer committed Nov 25, 2022
1 parent 33ce769 commit 013d16a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ workflows:
version: 2
build-n-release:
jobs:
# - build_linux:
# filters:
# tags:
# only: /.*/
# - build_windows:
# filters:
# tags:
# only: /.*/
# - publish-github-release:
# requires:
# - build_linux
# - build_windows
# filters:
# tags:
# only: /^v.*/
- build_linux:
filters:
tags:
only: /.*/
- build_windows:
filters:
tags:
only: /.*/
- publish-github-release:
requires:
- build_linux
- build_windows
filters:
tags:
only: /^v.*/

0 comments on commit 013d16a

Please sign in to comment.