Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
love_飞影
Neos
Commits
0b037e8a
Commit
0b037e8a
authored
Apr 09, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: gitlab ci
parent
6ed7c91d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
17 deletions
+4
-17
.gitlab-ci.yml
.gitlab-ci.yml
+4
-17
No files found.
.gitlab-ci.yml
View file @
0b037e8a
...
@@ -23,20 +23,15 @@ npm_ci:
...
@@ -23,20 +23,15 @@ npm_ci:
-
npm_ci
-
npm_ci
rs_check
:
rs_check
:
stage
:
rs_check_lint
image
:
rust:latest
tags
:
-
linux
script
:
cd rust-src && cargo check
rs_lint
:
stage
:
rs_check_lint
stage
:
rs_check_lint
image
:
rust:latest
image
:
rust:latest
tags
:
tags
:
-
linux
-
linux
script
:
script
:
-
cd rust-src
-
cargo check
-
rustup component add clippy
-
rustup component add clippy
-
c
d rust-src && c
argo clippy -- -Dwarnings
-
cargo clippy -- -Dwarnings
wasm_build
:
wasm_build
:
tags
:
tags
:
...
@@ -63,15 +58,7 @@ ts_check:
...
@@ -63,15 +58,7 @@ ts_check:
-
linux
-
linux
script
:
script
:
-
npx tsc
-
npx tsc
-
npm run lint
ts_lint
:
dependencies
:
-
wasm_build
extends
:
.build_base
stage
:
ts_check_lint
tags
:
-
linux
script
:
npm run lint
npm_build
:
npm_build
:
dependencies
:
dependencies
:
...
...
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