mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
initial version
This commit is contained in:
22
.gitpod.yml
Normal file
22
.gitpod.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
# Commands to start on workspace startup
|
||||
image: stanka/gitpod-riscv-tools:latest
|
||||
# file: .gitpod.Dockerfile
|
||||
tasks:
|
||||
- env:
|
||||
CONAN_USER_HOME: "/workspace/conan"
|
||||
init: |
|
||||
python3 -m venv /workspace/venv
|
||||
python3 -m pip install --upgrade pip
|
||||
source /workspace/venv/bin/activate
|
||||
pip install 'conan<2.0'
|
||||
command: |
|
||||
source /workspace/venv/bin/activate
|
||||
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
|
||||
cmake --build build
|
||||
vscode:
|
||||
extensions:
|
||||
- ms-python.python
|
||||
- webfreak.debug
|
||||
- twxs.cmake
|
||||
- ms-vscode.cmake-tools
|
||||
Reference in New Issue
Block a user