[www-doc] [Git][VideoLAN.org/websites][master] Added Gitlab CI.
Konstantin Pavlov (@thresh)
gitlab at videolan.org
Wed Mar 1 02:30:54 UTC 2023
Konstantin Pavlov pushed to branch master at VideoLAN organization / websites
Commits:
38f1ba94 by Konstantin Pavlov at 2023-02-28T18:30:28-08:00
Added Gitlab CI.
- - - - -
1 changed file:
- + .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -0,0 +1,14 @@
+stages:
+ - build
+
+build-debian:
+ image: registry.videolan.org/website-debian:20230301022435
+ stage: build
+ tags:
+ - docker
+ - amd64
+ script: |
+ SKIP_DB=1 make
+ only:
+ changes:
+ - www.videolan.org/**
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/38f1ba94c165f1a988e7f7fcff04fd35ab77ca77
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/38f1ba94c165f1a988e7f7fcff04fd35ab77ca77
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the www-doc
mailing list