mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-19 23:36:04 -04:00
add initial gitpod.yml
This commit is contained in:
parent
ed30ee7840
commit
2aa575f10a
40
.gitpod.yml
Normal file
40
.gitpod.yml
Normal file
@ -0,0 +1,40 @@
|
||||
# ./.gitpod.yml
|
||||
image:
|
||||
file: .devcontainer/Dockerfile
|
||||
|
||||
ports:
|
||||
- name: Veilid Node
|
||||
port: 5150
|
||||
onOpen: ignore
|
||||
visibility: private
|
||||
|
||||
tasks:
|
||||
- name: Setup Environment
|
||||
init: |
|
||||
cargo --version
|
||||
command: sleep infinity
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- rust-lang.rust-analyzer
|
||||
- serayuzgur.crates
|
||||
- tamasfe.even-better-toml
|
||||
- vadimcn.vscode-lldb
|
||||
- gitlab.gitlab-workflow
|
||||
|
||||
gitlab:
|
||||
prebuilds:
|
||||
# Enable for the default branch (main/master)
|
||||
master: true
|
||||
# Enable for all branches
|
||||
branches: true
|
||||
# Enable for merge requests
|
||||
mergeRequests: true
|
||||
# Add a check to merge requests
|
||||
addCheck: true
|
||||
# Add a "Open in Gitpod" button to merge request description
|
||||
addComment: true
|
||||
# Add CI Badge to README
|
||||
addBadge: true
|
||||
# Add label to merge requests indicating if changes to Dockerfile or .gitpod.yml files
|
||||
addLabel: true
|
Loading…
x
Reference in New Issue
Block a user