]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Update CI
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 15 May 2021 00:13:05 +0000 (02:13 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 15 May 2021 00:13:05 +0000 (02:13 +0200)
.github/workflows/codeql-analysis.yml
.github/workflows/coverage.yml
.github/workflows/coverity.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/nightly.yml
.github/workflows/windows.yml

index 9b15904e332625c763e1886ad5e5f0fde338bab7..41435d59453c9b86f6d4522f3b0344793e2bdf69 100644 (file)
@@ -52,7 +52,7 @@ jobs:
         # queries: ./path/to/local/query, your-org/your-repo/queries@main
 
     - run: |
-        git submodule update --init --recursive util ast libcmdapp
+        git submodule update --init --recursive
         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)
index d6a40d60458bdcfe45b089a66398891f0147f57f..52d76ddc66a50d947e73cbc7955fb1b686c2d878 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Init submodules
-      run: git submodule update --init --recursive util ast libcmdapp
+      run: git submodule update --init --recursive
 
     - name: Build Gwion
       run: make
index 20ba3b31403dff61a0331e45df26d26385507c11..47a37f4dd7c1b0daed321dc61e21cd105139af2b 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Init submodules
-      run: git submodule update --init --recursive util ast libcmdapp
+      run: git submodule update --init --recursive
 
     - name: Download tool
       run: |
index 15635162c82e70f516e8cf7cbc425ee045b10d89..0344aa8dad3bd2b039aa55a89205b0e1bf9b0d21 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Init submodules
-      run: git submodule update --init --recursive util ast libcmdapp
+      run: git submodule update --init --recursive
 
     - name: Build
       run: make
index 18a65263fb4e3347c0491e43f6190bd026d6c76f..d7accce010a1cd1ff13ec6f5f535d1d80c28d077 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Init submodules
-      run: git submodule update --init --recursive util ast libcmdapp
+      run: git submodule update --init --recursive
 
     - name: Build
       run: make
index f4d045d5c1e80aa2e0bdffe284dc360bd7bef7e3..b2107270cee9a513e212f1c4566e4ee94e926ee3 100644 (file)
@@ -22,7 +22,7 @@ jobs:
     - uses: actions/checkout@v2
 
     - name: SubModules
-      run: git submodule update --init --recursive util ast libcmdapp
+      run: git submodule update --init --recursive
 
     - name: Build
       if: ${{ matrix.os != 'windows-latest' }}
index cccbd912c0c64db52d89210afdbee347959c4d5f..761f5019be5c45276096275c5e22f227031d1aaf 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Init submodules
-        run: git submodule update --init --recursive util ast libcmdapp
+        run: git submodule update --init --recursive
 
       - name: Build
         run: make