mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
parent
8568e956b5
commit
79a1945b45
1 changed files with 7 additions and 4 deletions
|
@ -16,10 +16,13 @@ build:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
# swift.org: 5
|
# swift.org: 5
|
||||||
# apple.com/xcode: >=13.3
|
# apple.com/xcode: >=13.3
|
||||||
script: |
|
script:
|
||||||
make install
|
# 0.21.0 doesn't have its version bumped
|
||||||
mkdir -p {{prefix}}/bin
|
- run: echo 'let version = "{{version}}"' > Sources/xcbeautify/Version.swift
|
||||||
mv $(swift build --configuration release --show-bin-path)/xcbeautify {{prefix}}/bin
|
if: =0.21.0
|
||||||
|
- make install
|
||||||
|
- mkdir -p {{prefix}}/bin
|
||||||
|
- mv $(swift build --configuration release --show-bin-path)/xcbeautify {{prefix}}/bin
|
||||||
|
|
||||||
test:
|
test:
|
||||||
xcbeautify --version | grep {{version}}
|
xcbeautify --version | grep {{version}}
|
||||||
|
|
Loading…
Reference in a new issue