mirror of
https://github.com/oxen-io/session-android.git
synced 2025-03-31 11:02:13 +00:00
Another tweak (incase the error is ambiguous)
This commit is contained in:
parent
a8ffc797e2
commit
dd905a9254
@ -12,6 +12,7 @@ local version_info = {
|
|||||||
// Intentionally doing a depth of 2 as libSession-util has it's own submodules (and libLokinet likely will as well)
|
// Intentionally doing a depth of 2 as libSession-util has it's own submodules (and libLokinet likely will as well)
|
||||||
local clone_submodules = {
|
local clone_submodules = {
|
||||||
name: 'Clone Submodules',
|
name: 'Clone Submodules',
|
||||||
|
image: 'drone/git',
|
||||||
commands: ['git fetch --tags', 'git submodule update --init --recursive --depth=2 --jobs=4']
|
commands: ['git fetch --tags', 'git submodule update --init --recursive --depth=2 --jobs=4']
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -27,7 +28,6 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
|
|||||||
platform: { arch: 'amd64' },
|
platform: { arch: 'amd64' },
|
||||||
trigger: { event: { exclude: [ 'push' ] } },
|
trigger: { event: { exclude: [ 'push' ] } },
|
||||||
steps: [
|
steps: [
|
||||||
version_info,
|
|
||||||
clone_submodules,
|
clone_submodules,
|
||||||
{
|
{
|
||||||
name: 'Run Unit Tests',
|
name: 'Run Unit Tests',
|
||||||
@ -65,7 +65,6 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
|
|||||||
platform: { arch: 'amd64' },
|
platform: { arch: 'amd64' },
|
||||||
trigger: { event: { exclude: [ 'pull_request' ] } },
|
trigger: { event: { exclude: [ 'pull_request' ] } },
|
||||||
steps: [
|
steps: [
|
||||||
version_info,
|
|
||||||
clone_submodules,
|
clone_submodules,
|
||||||
{
|
{
|
||||||
name: 'Build',
|
name: 'Build',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user