-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.gitpod.yml
More file actions
24 lines (24 loc) · 726 Bytes
/
.gitpod.yml
File metadata and controls
24 lines (24 loc) · 726 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
tasks:
- name: Preload
before: |
rustup update stable
cargo install --path crates/irust
cargo install cargo-edit cargo-show-asm cargo-expand
rustup component add rust-analyzer
echo 'export PATH="$PATH:$(rustc --print sysroot)/bin"' >> ~/.bashrc
- name: IRust
command: |
echo "Welcome to IRust. Just type 'irust' to begin."
echo "Once the REPL starts, type ':help' for a list of commands."
echo "Learn more at https://github.com/sigmaSd/IRust"
github:
prebuilds:
master: true
branches: true
pullRequestsFromForks: true
addLabel: prebuilt-in-gitpod
vscode:
extensions:
- belfz.search-crates-io
- serayuzgur.crates
- bungcip.better-toml