[libdvdcss-devel] [Git][videolan/libdvdcss][master] CI: added debian, macos, win32 and win64 build jobs.

Konstantin Pavlov gitlab at videolan.org
Thu Dec 6 15:31:25 CET 2018


Konstantin Pavlov pushed to branch master at VideoLAN / libdvdcss


Commits:
d7f5aaae by Konstantin Pavlov at 2018-11-30T15:17:14Z
CI: added debian, macos, win32 and win64 build jobs.

- - - - -


1 changed file:

- + .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -0,0 +1,57 @@
+stages:
+    - build
+
+variables:
+    GIT_SUBMODULE_STRATEGY: normal
+
+build-debian:
+    image: registry.videolan.org:5000/vlc-debian-unstable:20181128113529
+    stage: build
+    tags:
+        - debian
+        - amd64
+    script:
+        - autoreconf -fisv
+        - mkdir build
+        - cd build
+        - ../configure
+        - make -j $(getconf _NPROCESSORS_ONLN)
+
+build-macos:
+    stage: build
+    tags:
+        - macos
+    script:
+        - autoreconf -fisv
+        - mkdir build
+        - cd build
+        - ../configure
+        - make -j $(getconf _NPROCESSORS_ONLN)
+
+build-win64:
+    image: registry.videolan.org:5000/vlc-debian-win64:20181107154313
+    stage: build
+    tags:
+        - debian
+        - amd64
+        - win64
+    script:
+        - autoreconf -fisv
+        - mkdir build
+        - cd build
+        - ../configure --host=x86_64-w64-mingw32
+        - make -j $(getconf _NPROCESSORS_ONLN)
+
+build-win32:
+    image: registry.videolan.org:5000/vlc-debian-win32:20181107151708
+    stage: build
+    tags:
+        - debian
+        - amd64
+        - win32
+    script:
+        - autoreconf -fisv
+        - mkdir build
+        - cd build
+        - ../configure --host=i686-w64-mingw32
+        - make -j $(getconf _NPROCESSORS_ONLN)



View it on GitLab: https://code.videolan.org/videolan/libdvdcss/commit/d7f5aaaeee962a991df89ec92c325b1f26559f1e

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/commit/d7f5aaaeee962a991df89ec92c325b1f26559f1e
You're receiving this email because of your account on code.videolan.org.


More information about the libdvdcss-devel mailing list