Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
d7523071
Commit
d7523071
authored
Mar 26, 2020
by
Markus Heiser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: use build environment from Makefile
Signed-off-by:
Markus Heiser
<
markus.heiser@darmarit.de
>
parent
1075f58a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
.travis.yml
.travis.yml
+9
-12
No files found.
.travis.yml
View file @
d7523071
language
:
python
sudo
:
false
cache
:
-
pip
-
npm
-
directories
:
-
$HOME/.cache/pip
...
...
@@ -10,17 +8,16 @@ addons:
firefox
:
"
latest"
install
:
-
./manage.sh install_geckodriver ~/drivers
-
export PATH=~/drivers:$PATH
-
./manage.sh npm_packages
-
./manage.sh update_dev_packages
-
pip install codecov
-
make install
-
make gecko.driver
-
make node.env
-
local/py3/bin/pip install codecov
script
:
-
./manage.sh
styles
-
./manage.sh grunt_build
-
./manage.sh tests
-
make
styles
-
make themes
-
make test
after_success
:
-
./manage.sh py_test_
coverage
-
make test.
coverage
-
codecov
stages
:
...
...
@@ -44,7 +41,7 @@ jobs:
install
:
true
script
:
-
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
./manage.sh docker_build push
-
local/py3/bin/activate;
./manage.sh docker_build push
after_success
:
true
notifications
:
...
...
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