mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
fbdf63edf9
commit
0d86d4eac8
|
@ -18,7 +18,7 @@ build:
|
||||||
script:
|
script:
|
||||||
# 0.21.0 doesn't have its version bumped
|
# 0.21.0 doesn't have its version bumped
|
||||||
- run: echo 'let version = "{{version}}"' > Sources/xcbeautify/Version.swift
|
- run: echo 'let version = "{{version}}"' > Sources/xcbeautify/Version.swift
|
||||||
if: =0.21.0
|
if: '>=0.21.0'
|
||||||
- make install
|
- make install
|
||||||
- mkdir -p {{prefix}}/bin
|
- mkdir -p {{prefix}}/bin
|
||||||
- mv $(swift build --configuration release --show-bin-path)/xcbeautify {{prefix}}/bin
|
- mv $(swift build --configuration release --show-bin-path)/xcbeautify {{prefix}}/bin
|
||||||
|
|
Loading…
Reference in a new issue