Commit ecf0aab0 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Remove use of Docker for Windows pipelines.

parent 0a879a14
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ include:

release:pip:windows:
  extends: .release:pip:template
  image: mcr.microsoft.com/powershell:latest
  # image: mcr.microsoft.com/powershell:latest
  tags:
  - windows

+6 −6
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ build:windows_cpp:
    - allow_failure: false
  tags:
    - windows
  image: buildtools
  #image: buildtools

  before_script:
    # Install Chocolatey
@@ -63,7 +63,7 @@ test:windows_cpp:
    - allow_failure: false
  tags:
    - windows
  image: buildtools
  # image: buildtools
  extends: .build:variable:aidge_install
  before_script:
    # Install Chocolatey
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ build:windows_python:
  needs: []
  tags:
    - windows
  image: buildtools
  # image: buildtools

  before_script:
    # Install Chocolatey