Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
b6cd8faa
Commit
b6cd8faa
authored
Apr 28, 2016
by
Daniel Brown
Browse files
adding CI test script
parent
47dfd099
Pipeline
#828
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b6cd8faa
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment