Commit 80336b08 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

tests ci suite

parent 4088f9ca
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,16 +10,17 @@ variables:

build:
  stage: build
  image: debian:bullseye-backports
  image: nodejs:latest
  rules:
    - if: $CI_COMMIT_TAG
  before_script:
#    - apk add bash
#    - apk add zip
    - apt-get update
    - apt-get install -y nodejs npm git python3 mkdocs
    - apt-get install -y git python3 mkdocs
    - yarn install --prefer-offline
  script:
    - echo $SHELL
    - MAX_VERSION=$(node -p -e "require('./package.json').version")
    - cd tools
    - ./build.sh