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: stages:
- build - dataset
- test - model
- coverage - optimizer
- deploy - train
- pages - evaluation
# - build
# - test
# - coverage
# - deploy
# - pages
dataset:
build:
tags: tags:
- linux - linux
stage: build stage: dataset
script: script:
- echo "Building" - echo "dataset testing"
- mkdir build
- touch build/info.txt
test: model:
tags: tags:
- linux - linux
stage: test stage: model
script: script:
- zypper --non-interactive install python3-pip - echo "model testing"
- zypper --non-interactive install python-devel # - zypper --non-interactive install python3-pip
- pip install --upgrade pip # - zypper --non-interactive install python-devel
- pip install -r requirements.txt # - pip install --upgrade pip
- python3 test/test_DataMgr.py # - pip install -r requirements.txt
# - python3 test/test_DataMgr.py
docs: docs:
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment