Skip to content

Commit

Permalink
Enable Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vzahradnik committed Oct 1, 2020
1 parent 0f72886 commit 949a068
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*.vcxproj.user
*.vs
*.elf
.travis.yml
.pioenvs
.piolibdeps
.vscode
Expand Down
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
sudo: false
language: ruby
dist: bionic
git:
depth: false
quiet: true
# Blacklist
branches:
except:
- gh-pages
before_install:
- sudo apt-get install -y doxygen graphviz
script:
- bundle install
- bundle exec arduino_ci_remote.rb
- doxygen doc/Doxyfile
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: false
local-dir: doc/html
verbose: true
on:
branch: master

0 comments on commit 949a068

Please sign in to comment.