Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vlc-unity
Manage
Activity
Members
Labels
Plan
Issues
44
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
vlc-unity
Merge requests
!92
CI: fix new LVS output path
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI: fix new LVS output path
mfkl/vlc-unity:lvs-build-publish
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Martin Finkel
requested to merge
mfkl/vlc-unity:lvs-build-publish
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
85d179d8
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -455,7 +455,7 @@ unity-plugin-ios-x86_64:
-
dotnet build src/LibVLCSharp/LibVLCSharp.csproj ${ARGS} -c Release
after_script
:
-
mkdir nightlies
-
cp -r tmp/lvs/src/LibVLCSharp/bin/Release/netstandard2.0
/publish
nightlies
-
cp -r tmp/lvs/src/LibVLCSharp/bin/Release/netstandard2.0 nightlies
artifacts
:
paths
:
-
nightlies/*
Loading