Commit 846c0888 authored by Shin, Woong's avatar Shin, Woong
Browse files

add cicd



Signed-off-by: default avatarWoong Shin <shinw@ornl.gov>
parent 019c5e9d
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+15 −0
Original line number Diff line number Diff line
stages:
- feature

build:
  stage: feature
  tags:
  - dev
  only:
    variables:
      - $CI_PIPELINE_SOURCE == "push"
  image:
    name: python:3.8.0-slim
  script:
  - make init
  - make test