Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Martin Finkel
LibVLCSharp
Commits
6b628241
Commit
6b628241
authored
Nov 22, 2018
by
Martin Finkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add initial gitlab-ci.yml
parent
a10e9138
Pipeline
#2861
failed with stage
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
.gitlab-ci.yml
.gitlab-ci.yml
+43
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
6b628241
stages
:
-
build
build-libvlcsharp
:
stage
:
build
tags
:
-
mac
-
xamarin
script
:
-
msbuild LibVLCSharp/LibVLCSharp.csproj /t:restore,clean,build /p:Configuration=Release
build-libvlcsharp-forms
:
stage
:
build
tags
:
-
mac
-
xamarin
script
:
-
msbuild LibVLCSharp.Forms/LibVLCSharp.Forms.csproj /t:restore,clean,build /p:Configuration=Release
build-libvlcsharp-samples
:
stage
:
build
tags
:
-
mac
-
xamarin
script
:
-
nuget restore LibVLCSharp.sln
-
msbuild Samples/LibVLCSharp.Android.Sample/LibVLCSharp.Android.Sample.csproj /t:restore,clean,build /p:Configuration=Release
-
msbuild Samples/LibVLCSharp.FSharp.Sample/LibVLCSharp.FSharp.Sample.fsproj /t:restore,clean,build /p:Configuration=Release
-
msbuild Samples/LibVLCSharp.Mac.Sample/LibVLCSharp.Mac.Sample.csproj /t:restore,clean,build /p:Configuration=Release
-
msbuild Samples/LibVLCSharp.NetCore.Sample/LibVLCSharp.NetCore.Sample.csproj /t:restore,clean,build /p:Configuration=Release
-
msbuild Samples/LibVLCSharp.iOS.Sample/LibVLCSharp.iOS.Sample.csproj /t:restore,clean,build /p:Configuration=Release
build-libvlcsharp-forms-samples
:
stage
:
build
tags
:
-
mac
-
xamarin
script
:
-
nuget restore LibVLCSharp.Forms.Sample.sln
-
msbuild Samples/Forms/LibVLCSharp.Forms.Sample/LibVLCSharp.Forms.Sample.csproj /t:restore,clean,build /p:Configuration=Release
-
msbuild Samples/Forms/LibVLCSharp.Forms.Sample.Android/LibVLCSharp.Forms.Sample.Android.csproj /t:restore,clean,build /p:Configuration=Release
-
msbuild Samples/Forms/LibVLCSharp.Forms.Sample.Mac/LibVLCSharp.Forms.Sample.Mac.csproj /t:restore,clean,build /p:Configuration=Release
-
msbuild Samples/Forms/LibVLCSharp.Forms.Sample.iOS/LibVLCSharp.Forms.Sample.iOS.csproj /t:restore,clean,build /p:Configuration=Release
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment