Skip to content
Snippets Groups Projects
Commit b6cd8faa authored by Daniel Brown's avatar Daniel Brown
Browse files

adding CI test script

parent 47dfd099
No related branches found
No related tags found
No related merge requests found
before_script:
- export CWD=$(pwd)
- source /etc/environment # Why this doesn't happen automatically I don't know...
- cd /finesse
- git reset --hard
- git checkout develop
- git pull
- rm kat
- echo "Building Finesse..."
- ./finesse.sh --build > /dev/null 2>&1
- echo "Sucessfuly built Finesse"
- cd $CWD
python_3:
script:
- kat -v
- which python3
- python3 --version
- python3 test/run_tests.py
python_2:
script:
- kat -v
- which python2.7
- python2.7 --version
- python2.7 test/run_tests.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment