0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/.gitpod.yml

44 lines
1.1 KiB
YAML
Raw Normal View History

2023-06-24 13:52:20 -04:00
---
2023-08-06 04:25:51 -04:00
image:
file: .gitpod.Dockerfile
2023-06-24 13:52:20 -04:00
# Commands that will run on workspace start
tasks:
2023-08-06 04:25:51 -04:00
- name: Build & Deploy
2023-08-06 03:08:17 -04:00
init: cargo build -r
2023-08-06 04:25:51 -04:00
command: redis-server --port 8082 & ./target/release/websurfx
2023-08-06 03:08:17 -04:00
2023-06-24 13:52:20 -04:00
# vscode IDE setup
vscode:
extensions:
2023-07-02 01:59:42 -04:00
- vadimcn.vscode-lldb
2023-07-03 11:55:46 -04:00
- cschleiden.vscode-github-actions
2023-08-06 03:08:17 -04:00
- rust-lang.rust-analyzer
2023-07-02 01:59:42 -04:00
- bungcip.better-toml
- serayuzgur.crates
- usernamehw.errorlens
- DavidAnson.vscode-markdownlint
- esbenp.prettier-vscode
- stylelint.vscode-stylelint
- dbaeumer.vscode-eslint
- evgeniypeshkov.syntax-highlighter
- ms-azuretools.vscode-docker
- Catppuccin.catppuccin-vsc
- PKief.material-icon-theme
- oderwat.indent-rainbow
- formulahendry.auto-rename-tag
2023-08-06 04:25:51 -04:00
- swellaby.vscode-rust-test-adapter
- belfz.search-crates-io
2023-08-06 08:29:37 -04:00
- hbenl.test-adapter-converter
- hbenl.vscode-test-explorer
2023-08-06 04:25:51 -04:00
2023-06-24 13:52:20 -04:00
github:
prebuilds:
2023-06-30 11:27:26 -04:00
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
2023-08-06 04:25:51 -04:00
addComment: false
2023-06-30 11:27:26 -04:00
addBadge: true