mirror of https://github.com/cirruslabs/tart.git
Move some scripts to CI config for visibility
This commit is contained in:
parent
7abf324121
commit
d714d52742
|
|
@ -80,6 +80,12 @@ task:
|
|||
- security find-identity -v
|
||||
- xcodebuild -version
|
||||
- swift -version
|
||||
build_script:
|
||||
- .ci/set-version.sh
|
||||
- swift build -c debug --product tart
|
||||
- gon gon.hcl
|
||||
- .ci/create-pkg.sh
|
||||
- cp .build/arm64-apple-macosx/debug/tart .build/arm64-apple-macosx/debug/Tart
|
||||
release_script: goreleaser
|
||||
upload_sentry_debug_files_script:
|
||||
- cd .build/arm64-apple-macosx/debug/
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
project_name: tart
|
||||
|
||||
before:
|
||||
hooks:
|
||||
- .ci/set-version.sh
|
||||
- swift build -c debug --product tart
|
||||
|
||||
builds:
|
||||
- builder: prebuilt
|
||||
goos:
|
||||
|
|
@ -12,12 +7,7 @@ builds:
|
|||
goarch:
|
||||
- arm64
|
||||
prebuilt:
|
||||
path: .build/arm64-apple-macosx/debug/tart
|
||||
hooks:
|
||||
post:
|
||||
- gon gon.hcl
|
||||
- .ci/create-pkg.sh
|
||||
- cp .build/arm64-apple-macosx/debug/tart .build/arm64-apple-macosx/debug/Tart
|
||||
path: .build/arm64-apple-macosx/debug/tart
|
||||
|
||||
archives:
|
||||
- name_template: "{{ .ProjectName }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue