Skip to content

Commit 3cd09af

Browse files
committed
Add Doxygen
1 parent 539bfb7 commit 3cd09af

File tree

5 files changed

+2566
-23
lines changed

5 files changed

+2566
-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: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,39 @@
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+
- doxygen Doxyfile
1116
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
17+
# Publish Doxygen to GitHub Pages
18+
- provider: pages
19+
skip_cleanup: true
20+
github_token: $GITHUB_ACCESS_TOKEN
21+
local_dir: docs/html
22+
keep_history: true
23+
on:
24+
tags: true
25+
26+
# Create a GitHub release
27+
- provider: releases
28+
api_key: $GITHUB_ACCESS_TOKEN
29+
on:
30+
tags: true
31+
32+
# Trigger Travis CI to deploy `extractor.cpp`
33+
- provider: script
34+
script: .travis/extractor.sh $TRAVIS_ACCESS_TOKEN
35+
on:
36+
tags: true
3237
env:
3338
global:
3439
# 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