Skip to content
Snippets Groups Projects
Unverified Commit ed09920e authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

Merge branch 'main' of git.unistra.fr:t4-2022-den-a/project

parents bebfef32 1d738e0a
Branches
No related merge requests found
Pipeline #78398 passed with stages
in 2 minutes and 1 second
image: node:bullseye
build:
pages:
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}-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
- mv dist public
artifacts:
expire_in: 1 month
paths:
- dist/
- public
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
test:
stage: test
cache:
......@@ -25,4 +26,4 @@ test:
- node_modules/
script:
- yarn install --dev
- yarn lint
- yarn lint
\ No newline at end of file
......@@ -12,6 +12,8 @@ _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
- Lien du jeu: http://t4.mfriess.xyz/
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