Skip to content
Snippets Groups Projects
Commit 1905212e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add gitlab-ci support

parent 9fe71473
No related branches found
No related tags found
No related merge requests found
image: debian:buster
before_script:
- apt update
- apt install -y git
- "sed -i 's|git@gitlab.tugraz.at:VPU|../..|g' .gitmodules"
- git submodule sync
- git submodule update --init
stages:
- test
test:
stage: test
script:
- apt update
- apt install -y npm
- npm run setup
- npm install
- npm run build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment