Commit 87635046 authored by Chunchi Che's avatar Chunchi Che

update .gitignore and .gitlab-ci.yml

parent 53a9cf4c
Pipeline #17747 failed
/idl/*.ts
.DS_Store
stages:
- check
defore_script:
- wget https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protoc-21.9-linux-x86_64.zip
- unzip -o -d ./protobuf protoc-21.9-linux-x86_64.zip
protoc:
stage: check
tags:
- linux
script:
- ./protobuf/protoc -I=./ --ts_out=./ ./idl/ocgcore.proto
Markdown is supported
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