]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: test nightly
authorJérémie Astor <fennecdjay@gmail.com>
Fri, 2 Apr 2021 11:05:43 +0000 (13:05 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Fri, 2 Apr 2021 11:05:43 +0000 (13:05 +0200)
.github/workflows/nightly.yml

index 1f1bf73b25cde88daad23988436f9ce551cb541a..08d848dc9069587fd5a7c3f69fa267b61a942f09 100644 (file)
@@ -12,7 +12,10 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
+    env:
+      USE_LTO: 1 
     runs-on: ${{ matrix.os }}
+    if: "!contains(github.event.head_commit.message, '[skip ci]')"
 
     steps:
     - uses: actions/checkout@v2
@@ -21,9 +24,14 @@ jobs:
       run: git submodule update --init --recursive util ast libcmdapp
 
     - name: Build
+      if: "${{ matrix.os }} != "windows-latest"
+      run: make
+
+    - name: Build
+      if: "${{ matrix.os }} == "windows-latest"
       run: make
       env:
-        USE_LTO: 1 
+        BUILD_ON_WINDOWS: 1 
 
     - name: build asset
       run: |