Skip to content
Snippets Groups Projects
Commit c8548455 authored by Miftari Bardhyl's avatar Miftari Bardhyl
Browse files

Update .gitlab-ci.yml file

parent fa93707c
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ build-job: ...@@ -22,6 +22,7 @@ build-job:
test-exec: test-exec:
stage: test stage: test
script: script:
- python -m pip install .
- gboml test/test24.txt --linprog - gboml test/test24.txt --linprog
- gboml test/test25.txt --linprog - gboml test/test25.txt --linprog
- gboml test/test26.txt --linprog - gboml test/test26.txt --linprog
...@@ -31,6 +32,7 @@ test-exec: ...@@ -31,6 +32,7 @@ test-exec:
test-graphobject: test-graphobject:
stage: test stage: test
script: script:
- python -m pip install .
- python -c "import gboml; print(gboml.GbomlGraph())" - python -c "import gboml; print(gboml.GbomlGraph())"
test-main: test-main:
......
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