Skip to content

Commit 4dabbe5

Browse files
committed
Add Doxygen
1 parent 539bfb7 commit 4dabbe5

File tree

5 files changed

+2567
-23
lines changed

5 files changed

+2567
-23
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.idea
22
/build
3+
/docs
34
.DS_Store

.travis.yml

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
language: cpp
22
compiler:
33
- gcc
4+
addons:
5+
apt:
6+
packages:
7+
- doxygen
48
before_script:
59
- mkdir build
610
- cd build
711
- cmake ..
812
script:
913
- make
1014
- make test
15+
- cd ..
16+
- doxygen Doxyfile
1117
deploy:
12-
# # Publish DevDocs to GitHub Pages
13-
# - provider: pages
14-
# skip_cleanup: true
15-
# github_token: $GITHUB_ACCESS_TOKEN
16-
# local_dir: build/docs
17-
# keep_history: true
18-
# on:
19-
# tags: true
20-
#
21-
# # Create a GitHub release
22-
# - provider: releases
23-
# api_key: $GITHUB_ACCESS_TOKEN
24-
# on:
25-
# tags: true
26-
#
27-
# # Trigger Travis CI to deploy `extractor.cpp`
28-
# - provider: script
29-
# script: .travis/extractor.sh $TRAVIS_ACCESS_TOKEN
30-
# on:
31-
# tags: true
18+
# Publish Doxygen to GitHub Pages
19+
- provider: pages
20+
skip_cleanup: true
21+
github_token: $GITHUB_ACCESS_TOKEN
22+
local_dir: docs/html
23+
keep_history: true
24+
on:
25+
tags: true
26+
27+
# Create a GitHub release
28+
- provider: releases
29+
api_key: $GITHUB_ACCESS_TOKEN
30+
on:
31+
tags: true
32+
33+
# Trigger Travis CI to deploy `extractor.cpp`
34+
- provider: script
35+
script: .travis/extractor.sh $TRAVIS_ACCESS_TOKEN
36+
on:
37+
tags: true
3238
env:
3339
global:
3440
# GITHUB_ACCESS_TOKEN

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy