Skip to content
Snippets Groups Projects
Commit ce96d2af authored by Carles Barrobés's avatar Carles Barrobés
Browse files

Minimal CI to get started

parent 8b54f41e
Branches
Tags
1 merge request!4Minimal CI to get started
Pipeline #35007 failed
stages:
- build
build:
stage: build
image: node:18
script:
- npm install -g @angular/cli
# - npm install -g @ionic/cli @angular/cli @capacitor/cli
- npm install
- npm run build
- npm run lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment