Skip to content
Snippets Groups Projects
Unverified Commit 80ecd9bd authored by Louis Bailleau's avatar Louis Bailleau
Browse files

[build][doc] Updated README and fixed pipeline

parent 42d75f85
Branches
No related merge requests found
Pipeline #78378 passed with stages
in 1 minute and 53 seconds
image: node:bullseye
build:
stage: build
cache:
......@@ -7,16 +6,15 @@ build:
paths:
- node_modules/
script:
- apt update && apt install -y python3-venv
- curl https://bootstrap.pypa.io/pip/3.6/get-pip.py | python3
- python3 -m pip install -r data/requirements.txt
- cd data && python3 convert.py
- yarn setup-python
- yarn install --dev
- yarn build
artifacts:
expire_in: 1 month
paths:
- dist/
test:
stage: test
cache:
......@@ -25,4 +23,4 @@ test:
- node_modules/
script:
- yarn install --dev
- yarn lint
- yarn lint
\ No newline at end of file
......@@ -12,6 +12,7 @@ _Projet : Smart cities et impact des grands groupes du numérique : co-conceptio
- Louis Bailleau
- URL GIT : https://git.unistra.fr/t4-2022-den-a/project.git
- Document Drive: https://docs.google.com/document/d/1tkSwvlj5C9UGUQnM9eyH-RXHU3uL72ObwavGrOdOgtA/edit?usp=sharing
Instructions :
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment