File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM gitpod/workspace-full:latest
2
2
3
+ # get the permission
3
4
USER root
5
+
4
6
# Install util tools.
5
7
RUN apt-get update \
6
8
&& apt-get install -y \
@@ -31,9 +33,14 @@ RUN apt-get update \
31
33
&& apt-get clean \
32
34
&& rm -rf /var/lib/apt/lists/*
33
35
36
+ # set out workspace
37
+ ENV VTR_ROOT=/workspace/vtr-verilog-to-routing
38
+ WORKDIR ${VTR_ROOT}
39
+
40
+ CMD [ "/bin/bash" ]
34
41
35
42
# Give back control
36
43
USER root
37
44
38
45
# Cleaning
39
- RUN apt-get clean
46
+ RUN apt-get clean
Original file line number Diff line number Diff line change 1
1
image :
2
2
file : .gitpod.Dockerfile
3
- tasks :
4
- - command : pyenv global 3.7.4 &&
5
- chmod +x envconfig.sh
3
+
4
+ github :
5
+ prebuilds :
6
+ # enable for the master/default branch (defaults to true)
7
+ master : true
8
+ # enable for all branches in this repo (defaults to false)
9
+ branches : true
10
+ # enable for pull requests coming from this repo (defaults to true)
11
+ pullRequests : true
12
+ # enable for pull requests coming from forks (defaults to false)
13
+ pullRequestsFromForks : true
14
+ # add a "Review in Gitpod" check to pull requests (defaults to true)
15
+ addCheck : true
16
+ # add a label once the prebuild is ready to pull requests (defaults to false)
17
+ addLabel : prebuilt-in-gitpod
6
18
7
19
vscode :
8
20
extensions :
Original file line number Diff line number Diff line change 1
1
# Verilog to Routing (VTR)
2
- [ ![ Gitpod Ready-to-Code] ( https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/Loksu /vtr-verilog-to-routing )
2
+ [ ![ Gitpod Ready-to-Code] ( https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/verilog-to-routing /vtr-verilog-to-routing.git )
3
3
[ ![ Build Status] ( https://github.com/verilog-to-routing/vtr-verilog-to-routing/workflows/Test/badge.svg )] ( https://github.com/verilog-to-routing/vtr-verilog-to-routing/actions?query=workflow%3ATest ) [ ![ Documentation Status] ( https://readthedocs.org/projects/vtr/badge/?version=latest )] ( http://docs.verilogtorouting.org/en/latest/ )
4
4
5
5
## Introduction
You can’t perform that action at this time.
0 commit comments