forked from tlaplus/Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitpod.yml
More file actions
24 lines (21 loc) · 680 Bytes
/
.gitpod.yml
File metadata and controls
24 lines (21 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
image:
file: .gitpod.Dockerfile
tasks:
- init: >
echo commands executed here precompile the development environment and your
echo application which enables hopping between pull-requests in different
echo browser tabs without waiting for compilation aka xkcd comic.
echo https://www.gitpod.io/docs/prebuilds/
command: git config --global alias.slog 'log --pretty=oneline --abbrev-commit' && git config --global alias.co checkout
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addBadge: true
addLabel: true
vscode:
extensions:
- tomoki1207.pdf