Skip to content

Commit

Permalink
Merge pull request #5503 from benjaoming/5494-resource-titles
Browse files Browse the repository at this point in the history
Re-arrange CI test build steps
  • Loading branch information
benjaoming committed Aug 18, 2017
2 parents 7e437ab + 8dabc64 commit b92238b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ dependencies:
override:
- pip install -r requirements_sphinx.txt
- pip install -e .

test:
pre:
- make assets
- make docs
- wget -O geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v0.10.0/geckodriver-v0.10.0-linux64.tar.gz
- gunzip -c geckodriver.tar.gz | tar xopf -
- chmod +x geckodriver
- sudo mv geckodriver /home/ubuntu/bin

test:
pre:
- export PATH="$PATH:/home/ubuntu/bin"
override:
- make assets:
parallel: true
- make docs
- kalite start --traceback -v2
- sleep 6s # Necessary for server to be ready
- kalite status
Expand Down

0 comments on commit b92238b

Please sign in to comment.