1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-06 06:46:17 +02:00
youki/.gitpod.yml

12 lines
201 B
YAML
Raw Normal View History

2021-12-28 14:34:03 +01:00
image:
file: .gitpod.Dockerfile
tasks:
- name: Build
init: cargo build
github:
prebuilds:
pullRequestsFromForks: true
2022-02-17 14:05:00 +01:00
addBadge: true
vscode:
extensions:
- matklad.rust-analyzer