except:
- tags
+windows-mingw64-build-step2-make:
+ stage: build
+ needs:
+ - job: windows-mingw64-build-step1-configure
+ artifacts: true
+ script:
+ - choco config set cacheLocation choco-cache
+ - choco install --yes --no-progress msys2
+ - $Env:build_system = "autotools"
+ - $Env:use_autogen = "yes"
+ - C:\tools\msys64\usr\bin\env MSYSTEM=MINGW64 C:\tools\msys64\usr\bin\bash -l -c 'cd $CI_PROJECT_DIR && ci/mingw-make.sh'
+ cache:
+ key: windows-mingw64-build-step2-make
+ paths:
+ - choco-cache
+ artifacts:
+ when: always
+ expire_in: 1 week
+ paths:
+ - GRAPHVIZ_VERSION
+ tags:
+ - windows
+ except:
+ - tags
+
windows-cygwin-build:
stage: build
needs: