Consume ObjectiveGit through a binary Swift package (#528)
This commit is contained in:
parent
3030e1d045
commit
e5bd678aaa
16 changed files with 128 additions and 104 deletions
5
.github/workflows/deploying.yml
vendored
5
.github/workflows/deploying.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Installing packages
|
||||
run: |
|
||||
brew update
|
||||
brew install libtool automake cmake carthage swiftformat openssl libssh2
|
||||
brew install carthage swiftformat
|
||||
brew install go || brew link --overwrite go
|
||||
brew install swiftlint || brew link --overwrite swiftlint
|
||||
gem install bundler
|
||||
|
|
@ -41,8 +41,7 @@ jobs:
|
|||
- name: Carthage
|
||||
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig/"
|
||||
./scripts/wcarthage bootstrap --platform iOS --no-use-binaries --cache-builds
|
||||
carthage bootstrap --platform iOS --no-use-binaries --cache-builds --use-xcframeworks
|
||||
- name: GopenPGP
|
||||
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
|
|||
7
.github/workflows/testing.yml
vendored
7
.github/workflows/testing.yml
vendored
|
|
@ -10,9 +10,9 @@ jobs:
|
|||
- name: Installing packages
|
||||
run: |
|
||||
brew update
|
||||
brew install libtool automake cmake carthage swiftformat openssl libssh2
|
||||
brew install swiftlint || brew link --overwrite swiftlint
|
||||
brew install carthage swiftformat
|
||||
brew install go || brew link --overwrite go
|
||||
brew install swiftlint || brew link --overwrite swiftlint
|
||||
gem install bundler
|
||||
- uses: actions/cache@v2
|
||||
id: carthage-cache
|
||||
|
|
@ -35,8 +35,7 @@ jobs:
|
|||
- name: Carthage
|
||||
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig/"
|
||||
./scripts/wcarthage bootstrap --platform iOS --no-use-binaries --cache-builds
|
||||
carthage bootstrap --platform iOS --no-use-binaries --cache-builds --use-xcframeworks
|
||||
- name: GopenPGP
|
||||
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
||||
run: ./scripts/gopenpgp_build.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue