Skip to content
Snippets Groups Projects
Commit 03ce9b92 authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

CI: Updated to use modern builders

parent d0046813
No related branches found
No related tags found
1 merge request!7CI: Updated to use modern builders
Pipeline #55772 passed with stage
in 31 seconds
......@@ -2,10 +2,10 @@ stages:
- build
build-debian:
image: registry.videolan.org/vlc-debian-unstable:20181128113529
image: registry.videolan.org/vlc-debian-unstable:20200529132440
stage: build
tags:
- debian
- docker
- amd64
script:
- ./bootstrap
......@@ -17,7 +17,8 @@ build-debian:
build-macos:
stage: build
tags:
- macos
- catalina
- amd64
script:
- ./bootstrap
- mkdir build
......@@ -26,12 +27,11 @@ build-macos:
- make -j $(getconf _NPROCESSORS_ONLN)
build-win64:
image: registry.videolan.org/vlc-debian-win64:20181107154313
image: registry.videolan.org/vlc-debian-win64:20201106143728
stage: build
tags:
- debian
- docker
- amd64
- win64
script:
- ./bootstrap
- mkdir build
......@@ -40,12 +40,11 @@ build-win64:
- make -j $(getconf _NPROCESSORS_ONLN)
build-win32:
image: registry.videolan.org/vlc-debian-win32:20181107151708
image: registry.videolan.org/vlc-debian-win32:20201106141924
stage: build
tags:
- debian
- docker
- amd64
- win32
script:
- ./bootstrap
- mkdir build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment