From: Jérémie Astor Date: Thu, 11 Mar 2021 02:15:59 +0000 (+0100) Subject: :wrench: Update CI X-Git-Tag: nightly~887 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=987b5fc2a45995f335f295efd410a5638f753a79;p=gwion.git :wrench: Update CI --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 22f84fb4..9b15904e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: # queries: ./path/to/local/query, your-org/your-repo/queries@main - run: | - git submodule update --init util ast libcmdapp + git submodule update --init --recursive util ast libcmdapp make # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8acaea62..d6a40d60 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v2 - name: Init submodules - run: git submodule update --init util ast libcmdapp + run: git submodule update --init --recursive util ast libcmdapp - name: Build Gwion run: make diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index a08766f1..20ba3b31 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Init submodules - run: git submodule update --init util ast libcmdapp + run: git submodule update --init --recursive util ast libcmdapp - name: Download tool run: | diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 52df2f6d..0d14222c 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v2 - name: SubModules - run: git submodule update --init util ast libcmdapp + run: git submodule update --init --recursive util ast libcmdapp - name: Build run: make diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f3397d16..15635162 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v2 - name: Init submodules - run: git submodule update --init util ast libcmdapp + run: git submodule update --init --recursive util ast libcmdapp - name: Build run: make diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 775963d5..18a65263 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v2 - name: Init submodules - run: git submodule update --init util ast libcmdapp + run: git submodule update --init --recursive util ast libcmdapp - name: Build run: make diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 45b8b3ea..84e1033a 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v2 - name: SubModules - run: git submodule update --init util ast libcmdapp + run: git submodule update --init --recursive util ast libcmdapp - name: Build run: make diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d88062f3..cccbd912 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v2 - name: Init submodules - run: git submodule update --init util ast libcmdapp + run: git submodule update --init --recursive util ast libcmdapp - name: Build run: make