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

Update .gitpod.yml

This commit is contained in:
alamin655 2023-08-06 21:13:28 +05:30 committed by GitHub
parent d4bb6ecb57
commit 23864c01c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,15 @@ image:
# Commands that will run on workspace start
tasks:
- name: Build & Deploy
init: cargo build -r
command: redis-server --port 8082 & ./target/release/websurfx
- name: Start Redis Server
command: redis-server --port 8082
- name: Run The App
init: cargo build
command: PKG_ENV=dev ./target/release/websurfx
- name: Tests
command: cargo test
- name: Clippy Checks
command: cargo clippy
# vscode IDE setup
vscode:
@ -32,6 +38,7 @@ vscode:
- hbenl.test-adapter-converter
- hbenl.vscode-test-explorer
- eamodio.gitlens
github:
prebuilds:
master: true