[Git][videolan/libdvbpsi][master] 2 commits: CI: added debian, macos, win32 and win64 build jobs.
Jean-Paul Saman <[email protected]> Fri, 07 Dec 2018 13:12:41 +0100
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============0976434961288966937== Content-Type: multipart/alternative; boundary="--==_mimepart_5c0a63b956217_c0a3fbe5428af5836604b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5c0a63b956217_c0a3fbe5428af5836604b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Jean-Paul Saman pushed to branch master at VideoLAN / libdvbpsi Commits: 8d4c8b38 by Konstantin Pavlov at 2018-12-07T12:08:21Z CI: added debian, macos, win32 and win64 build jobs. - - - - - be3ae322 by Konstantin Pavlov at 2018-12-07T12:08:21Z CI: Disable examples for cross builds. - - - - - 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 --disable-examples + - 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 --disable-examples + - make -j $(getconf _NPROCESSORS_ONLN) View it on GitLab: https://code.videolan.org/videolan/libdvbpsi/compare/5700ed2f2311b3477706bac2fd030b2855720e68...be3ae3225f5270d259d4e434898946cb95ca3217 -- View it on GitLab: https://code.videolan.org/videolan/libdvbpsi/compare/5700ed2f2311b3477706bac2fd030b2855720e68...be3ae3225f5270d259d4e434898946cb95ca3217 You're receiving this email because of your account on code.videolan.org. ----==_mimepart_5c0a63b956217_c0a3fbe5428af5836604b-- --===============0976434961288966937== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGliZHZicHNp LWRldmVsIG1haWxpbmcgbGlzdApsaWJkdmJwc2ktZGV2ZWxAdmlkZW9sYW4ub3JnCmh0dHBzOi8v bWFpbG1hbi52aWRlb2xhbi5vcmcvbGlzdGluZm8vbGliZHZicHNpLWRldmVsCg== --===============0976434961288966937==--