From: Ondřej Surý Date: Wed, 20 May 2020 13:12:17 +0000 (+0200) Subject: Restore the Windows build and test jobs X-Git-Tag: v9.17.2~55^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f78b725313d5c185e4f7a9bd0c75006c680022d0;p=thirdparty%2Fbind9.git Restore the Windows build and test jobs --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92e9d713ba7..9acde32abc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1160,6 +1160,39 @@ system:clang:openbsd6.6:amd64: - schedules - web +# Jobs for Visual Studio 2017 builds on Windows (amd64) + +msvc:windows:amd64: + <<: *windows_build_job + <<: *default_triggering_rules + variables: + VSCONF: Release + +system:msvc:windows:amd64: + <<: *windows_system_test_job + variables: + VSCONF: Release + needs: + - job: msvc:windows:amd64 + artifacts: true + +msvc-debug:windows:amd64: + <<: *windows_build_job + variables: + VSCONF: Debug + only: + - schedules + - tags + - web + +system:msvc-debug:windows:amd64: + <<: *windows_system_test_job + variables: + VSCONF: Debug + needs: + - job: msvc-debug:windows:amd64 + artifacts: true + # Job producing a release tarball release: