Skip to content
Snippets Groups Projects
Commit b45cd866 authored by Bing Gong's avatar Bing Gong
Browse files

update gitlab-ci

parent 25486431
No related branches found
No related tags found
No related merge requests found
stages:
- build
- test
- coverage
- deploy
- pages
- dataset
- model
- optimizer
- train
- evaluation
# - build
# - test
# - coverage
# - deploy
# - pages
build:
dataset:
tags:
- linux
stage: build
stage: dataset
script:
- echo "Building"
- mkdir build
- touch build/info.txt
- echo "dataset testing"
test:
model:
tags:
- linux
stage: test
stage: model
script:
- zypper --non-interactive install python3-pip
- zypper --non-interactive install python-devel
- pip install --upgrade pip
- pip install -r requirements.txt
- python3 test/test_DataMgr.py
- echo "model testing"
# - zypper --non-interactive install python3-pip
# - zypper --non-interactive install python-devel
# - pip install --upgrade pip
# - pip install -r requirements.txt
# - python3 test/test_DataMgr.py
docs:
tags:
......
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