Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Update .gitlab-ci.yml to use pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Dec 8, 2020
1 parent 42c6002 commit fab81b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ bc_build_test_benchmark_job:
tags: [benchmarks, infinity]
script:
# Setup
- export PYTHONPATH=$PYTHONPATH:$PYPY_DIR
- export PYTHONPATH=$PYTHONPATH:$PYPY_DIR:src
- export RPYTHON=$PYPY_DIR/rpython/bin/rpython
- export PATH=$PATH:/home/gitlab-runner/.local/pypy2.7-v7.3.1-linux64/bin
- export SOM_INTERP=BC

# Unit Tests
- nosetests
- PYTHONPATH=src python3 -m pytest
- ./som.sh -cp Smalltalk TestSuite/TestHarness.som

# Interpreter
Expand All @@ -39,13 +39,13 @@ ast_build_test_benchmark_job:
tags: [benchmarks, infinity]
script:
# Setup
- export PYTHONPATH=$PYTHONPATH:$PYPY_DIR
- export PYTHONPATH=$PYTHONPATH:$PYPY_DIR:src
- export RPYTHON=$PYPY_DIR/rpython/bin/rpython
- export PATH=$PATH:/home/gitlab-runner/.local/pypy2.7-v7.3.1-linux64/bin
- export SOM_INTERP=AST

# Unit Tests
- nosetests
- PYTHONPATH=src python3 -m pytest
- ./som.sh -cp Smalltalk TestSuite/TestHarness.som

# Interpreter
Expand Down

0 comments on commit fab81b9

Please sign in to comment.