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: ...@@ -8,31 +8,10 @@ before_script:
- pip install virtualenv - pip install virtualenv
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- pip install -r requirements.txt
build-job:
stage: build
script:
- pip install .
test-exec: test-exec:
stage: test stage: test
script: script:
- pip install . - export PYTHONPATH=src
- gboml test/test24.txt --linprog - python -m unittest discover tests
- 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
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