-
-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy path.gitpod.yml
More file actions
23 lines (20 loc) · 565 Bytes
/
.gitpod.yml
File metadata and controls
23 lines (20 loc) · 565 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image: gitpod/workspace-full
tasks:
- name: Documentation
command: ./scripts/build_docs.sh
- name: Development
before: "echo 'export PIP_USER=no' >> ~/.bashrc && export PIP_USER=no"
init: ./scripts/setup_dev_env.sh && source bin/activate; python scripts/chickn.py
command: source bin/activate
ports:
- port: 4000 # Used for documentation
onOpen: open-preview
visibility: private
vscode:
extensions:
- ms-python.python
- hbenl.test-adapter-converter
- hbenl.vscode-test-explorer
github:
prebuilds:
addBadge: true