Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adranit committed Sep 9, 2021
1 parent eb84711 commit 747878f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

dist: xenial

branches:
Expand All @@ -11,13 +9,12 @@ services:

# Build API reference
script:
- docker pull alpine:3.10
- docker run -v $PWD:/home alpine:3.10 /bin/sh -c "cd /home/docs && apk update && apk add doxygen && doxygen Doxyfile;"
- docker pull ubuntu:latest
- docker run -v $PWD:/home ubuntu:latest /bin/sh -c "cd /home/docs && apt update && apt install -y doxygen graphviz && doxygen Doxyfile;"

# Deploy API reference
deploy:
provider: pages
skip_cleanup: true
local_dir: docs/html
github_token: $GH_REPO_TOKEN
on:
Expand Down

0 comments on commit 747878f

Please sign in to comment.