Remove submodule code from CI workflows
This commit is contained in:
parent
16ab09d7df
commit
ce9ca63bc7
5
.github/workflows/publish-android.yaml
vendored
5
.github/workflows/publish-android.yaml
vendored
@ -20,11 +20,6 @@ jobs:
|
|||||||
- name: Check out PR branch
|
- name: Check out PR branch
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Update bdk-ffi git submodule
|
|
||||||
run: |
|
|
||||||
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
|
|
||||||
git submodule update --init bdk-ffi
|
|
||||||
|
|
||||||
- name: cache
|
- name: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
8
.github/workflows/publish-jvm.yaml
vendored
8
.github/workflows/publish-jvm.yaml
vendored
@ -1,8 +1,5 @@
|
|||||||
name: Publish bdk-jvm to Maven Central
|
name: Publish bdk-jvm to Maven Central
|
||||||
on: [workflow_dispatch]
|
on: [workflow_dispatch]
|
||||||
#on:
|
|
||||||
# release:
|
|
||||||
# types: [published]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-jvm-macOS-M1-native-lib:
|
build-jvm-macOS-M1-native-lib:
|
||||||
@ -12,11 +9,6 @@ jobs:
|
|||||||
- name: Checkout publishing branch
|
- name: Checkout publishing branch
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Update bdk-ffi git submodule
|
|
||||||
run: |
|
|
||||||
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
|
|
||||||
git submodule update --init bdk-ffi
|
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
7
.github/workflows/test-android.yaml
vendored
7
.github/workflows/test-android.yaml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/21.4.7075529
|
ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/21.4.7075529
|
||||||
# By default the new ubuntu-20.04 images use the following ANDROID_NDK_ROOT
|
# By default, the new ubuntu-20.04 images use the following ANDROID_NDK_ROOT
|
||||||
# ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/25.0.8775105
|
# ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/25.0.8775105
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -28,11 +28,6 @@ jobs:
|
|||||||
- name: Check out PR branch
|
- name: Check out PR branch
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Update bdk-ffi git submodule
|
|
||||||
run: |
|
|
||||||
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
|
|
||||||
git submodule update --init bdk-ffi
|
|
||||||
|
|
||||||
- name: cache
|
- name: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
5
.github/workflows/test-jvm.yaml
vendored
5
.github/workflows/test-jvm.yaml
vendored
@ -16,11 +16,6 @@ jobs:
|
|||||||
- name: Check out PR branch
|
- name: Check out PR branch
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Update bdk-ffi git submodule
|
|
||||||
run: |
|
|
||||||
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
|
|
||||||
git submodule update --init bdk-ffi
|
|
||||||
|
|
||||||
- name: cache
|
- name: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user