Skip to content
GitLab
Menu
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
90868fba
Commit
90868fba
authored
Apr 28, 2016
by
Daniel Brown
Browse files
adding test dummy
parent
b6cd8faa
Pipeline
#829
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
90868fba
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 /finesse
# - rm kat
#
- git
reset --hard
#
- git
checkout develop
# - git pull
#
- echo "Building Finesse..."
#
- ./finesse.sh --build > /dev/null 2>&1
#
- echo "Sucessfuly built Finesse"
-
cd $CWD
python_3
:
...
...
test/run_tests.py
0 → 100644
View file @
90868fba
import
pykat
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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