mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
Update .gitpod.yml
This commit is contained in:
parent
d4bb6ecb57
commit
23864c01c1
13
.gitpod.yml
13
.gitpod.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user