Skip to content
Snippets Groups Projects
Commit bad5bb5a authored by Derval Guillaume's avatar Derval Guillaume
Browse files

New gitlab config

parent 8675abad
No related branches found
No related tags found
No related merge requests found
Pipeline #10625 passed
......@@ -8,31 +8,10 @@ before_script:
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
build-job:
stage: build
script:
- pip install .
- pip install -r requirements.txt
test-exec:
stage: test
script:
- pip install .
- gboml test/test24.txt --linprog
- gboml test/test25.txt --linprog
- gboml test/test26.txt --linprog
- gboml test/test27.txt --linprog
- gboml test/test28.txt --linprog
test-graphobject:
stage: test
script:
- pip install .
- python -c "import gboml; print(gboml.GbomlGraph())"
test-main:
stage: test
script:
- pip install -r requirements.txt
- cd src
- python main.py ../test/test28.txt --linprog
\ No newline at end of file
- export PYTHONPATH=src
- python -m unittest discover tests
numpy>=1.23.1
scipy>=1.8.0
lark>=1.1.4
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