Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdread
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libdvdread
Commits
04d2b7f2
Commit
04d2b7f2
authored
3 years ago
by
Petri Hintukainen
Browse files
Options
Downloads
Patches
Plain Diff
CI: no need for vlc contribs
parent
227e060c
No related branches found
No related tags found
1 merge request
!19
CI: no need for vlc contribs
Pipeline
#86652
passed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-27
0 additions, 27 deletions
.gitlab-ci.yml
with
0 additions
and
27 deletions
.gitlab-ci.yml
+
0
−
27
View file @
04d2b7f2
...
...
@@ -23,15 +23,6 @@ build-macos:
-
catalina
-
amd64
script
:
-
curl -sS -O https://artifacts.videolan.org/vlc/macos/vlc-contrib-x86_64-apple-darwin19-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
-
tar xf vlc-contrib-x86_64-apple-darwin19-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
-
cd x86_64-apple-darwin19
-
curl -sS -o ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
-
chmod +x ./change_prefix.sh
-
./change_prefix.sh
-
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`pwd -P`/lib/pkgconfig/"
-
export PATH="$PATH:`pwd -P`/bin/"
-
cd ../
-
autoreconf -fisv
-
mkdir build
-
cd build
...
...
@@ -45,15 +36,6 @@ build-win64:
-
docker
-
amd64
script
:
-
wget -nv https://artifacts.videolan.org/vlc/win64/vlc-contrib-x86_64-w64-mingw32-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
-
tar xf vlc-contrib-x86_64-w64-mingw32-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
-
cd x86_64-w64-mingw32
-
wget -nv -O ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
-
chmod +x ./change_prefix.sh
-
./change_prefix.sh
-
cd ..
-
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`realpath x86_64-w64-mingw32`/lib/pkgconfig/"
-
export PATH="$PATH:`realpath x86_64-w64-mingw32`/bin/"
-
autoreconf -fisv
-
mkdir build
-
cd build
...
...
@@ -67,15 +49,6 @@ build-win32:
-
docker
-
amd64
script
:
-
wget -nv https://artifacts.videolan.org/vlc/win32/vlc-contrib-i686-w64-mingw32-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
-
tar xf vlc-contrib-i686-w64-mingw32-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
-
cd i686-w64-mingw32
-
wget -nv -O ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
-
chmod +x ./change_prefix.sh
-
./change_prefix.sh
-
cd ..
-
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`realpath i686-w64-mingw32`/lib/pkgconfig/"
-
export PATH="$PATH:`realpath i686-w64-mingw32`/bin/"
-
autoreconf -fisv
-
mkdir build
-
cd build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment