You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[semver:patch] Add support for Windows builds (#87)
* Add macos
* fix
* Add windows
* Use orbs
* python/dist
* Redo configuration
* fixes
* add versions
* npm install
* fix a thing
* re-jigger
* remove artifacts
* typo
* workspaces
* Update orb for windows
* Try adding windows
* Try equals
* hackity hack
* more hacks
* maybe
* more complexity
* update config
* Try something else
* executors
* dot name
* echo
* no matrix
* brackets
* matrix?
* alias
* try powershell
* powershell
* 1.2.1 and splatting
* fixes
* change
* logs
* more things
* more logging
* Edit logging and dont call bash
* more fixing
* small change
* execute
* a dot
* a thing
* all the args
* now with bahs
* Logging
* xtra_args
* typo
* no bash?
* dot sh
* dot slash
* sh
* splat
* bash
* try no args
* comma
* to nothing
* is it just me
* Test
* Splat a hash
* true
* end bracket
* quotes
* quotes
* log arguments
* back to arrays
* real array
* Add in additional args
* rejigger
* comma
* more if
* upload_name
Copy file name to clipboardexpand all lines: src/@orb.yml
+85-25
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ commands:
29
29
description: Custom url to submit the codecov result. Default to "https://codecov.io/bash"
30
30
type: string
31
31
default: "https://codecov.io/bash"
32
+
using_windows:
33
+
description: Is this being run in a Windows setup?
34
+
type: boolean
35
+
default: false
32
36
validate_url:
33
37
description: Validate the url before submitting the codecov result. https://docs.codecov.io/docs/about-the-codecov-bash-uploader#validating-the-bash-script
34
38
type: boolean
@@ -38,35 +42,91 @@ commands:
38
42
type: string
39
43
default: "always"
40
44
xtra_args:
41
-
description: Any extra flags as provided by the bash uploader (e.g. `-v -Z`)
45
+
description: Any extra flags as provided by the bash uploader (e.g. `-v -Z`).
0 commit comments