Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
solverstack
vite
Merge requests
!42
remove otf parser and update pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove otf parser and update pipeline
work/improve_ci
into
master
Overview
13
Commits
2
Pipelines
26
Changes
106+
Merged
Johnny Jazeix
requested to merge
work/improve_ci
into
master
1 year ago
Overview
12
Commits
2
Pipelines
26
Changes
106
Expand
0
0
Merge request reports
Compare
master
version 25
0aec1870
1 year ago
version 24
71cccd66
1 year ago
version 23
bf508f78
1 year ago
version 22
16f167bb
1 year ago
version 21
091f9bc0
1 year ago
version 20
f4da0ace
1 year ago
version 19
9713dc0f
1 year ago
version 18
156fb695
1 year ago
version 17
f396e650
1 year ago
version 16
a733f6ae
1 year ago
version 15
d320c843
1 year ago
version 14
5f049a95
1 year ago
version 13
ec8f177a
1 year ago
version 12
be9a840f
1 year ago
version 11
55f72eee
1 year ago
version 10
271e4096
1 year ago
version 9
271e4096
1 year ago
version 8
ba67a734
1 year ago
version 7
73ccc583
1 year ago
version 6
5d33b52c
1 year ago
version 5
ba8fc4f2
1 year ago
version 4
29a72262
1 year ago
version 3
50da9afd
1 year ago
version 2
25d8fbe3
1 year ago
version 1
542a7007
1 year ago
master (base)
and
latest version
latest version
e1f3054e
2 commits,
1 year ago
version 25
0aec1870
2 commits,
1 year ago
version 24
71cccd66
2 commits,
1 year ago
version 23
bf508f78
2 commits,
1 year ago
version 22
16f167bb
2 commits,
1 year ago
version 21
091f9bc0
2 commits,
1 year ago
version 20
f4da0ace
2 commits,
1 year ago
version 19
9713dc0f
27 commits,
1 year ago
version 18
156fb695
3 commits,
1 year ago
version 17
f396e650
2 commits,
1 year ago
version 16
a733f6ae
2 commits,
1 year ago
version 15
d320c843
2 commits,
1 year ago
version 14
5f049a95
2 commits,
1 year ago
version 13
ec8f177a
2 commits,
1 year ago
version 12
be9a840f
2 commits,
1 year ago
version 11
55f72eee
3 commits,
1 year ago
version 10
271e4096
3 commits,
1 year ago
version 9
271e4096
22 commits,
1 year ago
version 8
ba67a734
21 commits,
1 year ago
version 7
73ccc583
21 commits,
1 year ago
version 6
5d33b52c
21 commits,
1 year ago
version 5
ba8fc4f2
21 commits,
1 year ago
version 4
29a72262
21 commits,
1 year ago
version 3
50da9afd
21 commits,
1 year ago
version 2
25d8fbe3
21 commits,
1 year ago
version 1
542a7007
21 commits,
1 year ago
106+ files
+
15
−
82931
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
106+
Search (e.g. *.vue) (Ctrl+P)
Some changes are not shown.
For a faster browsing experience, only
106 of 106+
files are shown. Download one of the files below to see all changes.
Plain diff
Patches
.gitlab/build.yml
+
12
−
0
Options
@@ -37,3 +37,15 @@ build_vite_with_vulkan:
variables
:
BUILD_OPTIONS
:
"
-DUSE_VULKAN=ON"
NAME
:
vulkan
build_vite_with_all_plugins
:
<<
:
*build_vite
variables
:
BUILD_OPTIONS
:
"
-DUSE_OPENGL=ON
-DVITE_ENABLE_VBO=ON
-DVITE_PLUGINS_TRACEINFOS=ON
-DVITE_PLUGINS_MATRIX_VISUALIZER=ON
-DVITE_PLUGINS_CRITICAL_PATH=ON
-DVITE_PLUGINS_DISTRIBUTIONS=ON"
NAME
:
plugins
build_vite_with_otf_tau_parsers
:
<<
:
*build_vite
variables
:
BUILD_OPTIONS
:
"
-DUSE_OPENGL=ON
-DVITE_ENABLE_VBO=ON
-DVITE_ENABLE_MT_PARSERS=ON
-DVITE_ENABLE_TAU=ON
-DVITE_ENABLE_OTF2=ON"
NAME
:
all_parsers
Loading