mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
2f83c779ec
commit
b7fdeda472
1 changed files with 3 additions and 3 deletions
|
@ -12,15 +12,15 @@ build:
|
|||
# https://github.com/jpsim/SourceKitten/pull/794 remove in release > 0.34.1
|
||||
# fix this issue https://github.com/jpsim/SourceKitten/issues/793
|
||||
- run: patch -p1 < props/patch.diff
|
||||
if: <=0.34.1
|
||||
if: <0.34.2
|
||||
- make prefix_install PREFIX={{prefix}} TEMPORARY_FOLDER=$PWD/SourceKitten.dst --jobs={{hw.concurrency}}
|
||||
|
||||
provides:
|
||||
- bin/sourcekitten
|
||||
|
||||
test:
|
||||
env:
|
||||
env:
|
||||
IN_PROCESS_SOURCEKIT: YES
|
||||
script:
|
||||
- sourcekitten version | grep {{version}}
|
||||
- sourcekitten syntax --text "import Foundation"
|
||||
- sourcekitten syntax --text "import Foundation"
|
||||
|
|
Loading…
Reference in a new issue