Browse Source

[ci] disabled flash tests for now

Aleksandr Kuzmenko 4 years ago
parent
commit
0ec715d4f2

+ 7 - 7
.github/workflows/main.yml

@@ -648,7 +648,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash9, neko]
+        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, neko] #flash9
         include:
           - target: js
             # SAUCE: 1
@@ -660,8 +660,8 @@ jobs:
             APT_PACKAGES: gcc-multilib g++-multilib
           - target: lua
             APT_PACKAGES: ncurses-dev
-          - target: flash9
-            APT_PACKAGES: libglib2.0-0 libfreetype6 xvfb
+          # - target: flash9
+          #   APT_PACKAGES: libglib2.0-0 libfreetype6 xvfb
     steps:
       - uses: actions/checkout@main
         with:
@@ -729,9 +729,9 @@ jobs:
           sudo apt update -qqy
           sudo apt install -qqy ${{matrix.APT_PACKAGES}}
       
-      - name: Flash setup
-        if: matrix.target == 'flash9'
-        run: export DISPLAY=:99.0
+      # - name: Flash setup
+      #   if: matrix.target == 'flash9'
+      #   run: export DISPLAY=:99.0
       
       - name: Test
         if: success() && !(matrix.SAUCE && matrix.SAUCE_ACCESS_KEY)
@@ -756,7 +756,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash9, neko]
+        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, neko] #flash9
         include:
           - target: hl
             BREW_PACKAGES: ninja

+ 3 - 3
extra/github-actions/test-linux.yml

@@ -29,9 +29,9 @@
     sudo apt update -qqy
     sudo apt install -qqy ${{matrix.APT_PACKAGES}}
 
-- name: Flash setup
-  if: matrix.target == 'flash9'
-  run: export DISPLAY=:99.0
+# - name: Flash setup
+#   if: matrix.target == 'flash9'
+#   run: export DISPLAY=:99.0
 
 - name: Test
   if: success() && !(matrix.SAUCE && matrix.SAUCE_ACCESS_KEY)

+ 4 - 4
extra/github-actions/workflows/main.yml

@@ -140,7 +140,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash9, neko]
+        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, neko] #flash9
         include:
           - target: js
             # SAUCE: 1
@@ -152,8 +152,8 @@ jobs:
             APT_PACKAGES: gcc-multilib g++-multilib
           - target: lua
             APT_PACKAGES: ncurses-dev
-          - target: flash9
-            APT_PACKAGES: libglib2.0-0 libfreetype6 xvfb
+          # - target: flash9
+          #   APT_PACKAGES: libglib2.0-0 libfreetype6 xvfb
     steps:
       - uses: actions/checkout@main
         with:
@@ -175,7 +175,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash9, neko]
+        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, neko] #flash9
         include:
           - target: hl
             BREW_PACKAGES: ninja