[wing] gitlab: for now we test only visual studio



commit 697d164f3ee1fd77c06a58a9b9540abb96080847
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Wed Aug 22 13:41:51 2018 +0200

    gitlab: for now we test only visual studio

 .gitlab-ci.yml | 18 ------------------
 1 file changed, 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd59e43..25c776f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,24 +10,6 @@ cache:
 variables:
   MESON_TEST_TIMEOUT_MULTIPLIER: 2
 
-msys2-mingw32:
-  stage: build
-  except:
-    - tags
-  tags:
-    - win32
-  variables:
-    MSYSTEM: "MINGW32"
-    CHERE_INVOKING: "yes"
-  script:
-    - C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20
-    - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
-  artifacts:
-    name: "wing-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
-    when: always
-    paths:
-      - _build/meson-logs
-
 vs2017-x64:
   stage: build
   except:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]