mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48: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
|
# Commands that will run on workspace start
|
||||||
tasks:
|
tasks:
|
||||||
- name: Build & Deploy
|
- name: Start Redis Server
|
||||||
init: cargo build -r
|
command: redis-server --port 8082
|
||||||
command: redis-server --port 8082 & ./target/release/websurfx
|
- 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 IDE setup
|
||||||
vscode:
|
vscode:
|
||||||
@ -32,6 +38,7 @@ vscode:
|
|||||||
- hbenl.test-adapter-converter
|
- hbenl.test-adapter-converter
|
||||||
- hbenl.vscode-test-explorer
|
- hbenl.vscode-test-explorer
|
||||||
- eamodio.gitlens
|
- eamodio.gitlens
|
||||||
|
|
||||||
github:
|
github:
|
||||||
prebuilds:
|
prebuilds:
|
||||||
master: true
|
master: true
|
||||||
|
Loading…
Reference in New Issue
Block a user