We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b1382 commit 7194aafCopy full SHA for 7194aaf
.travis.yml
@@ -1,5 +1,8 @@
1
# Source: https://github.com/boostorg/hana/blob/master/.travis.yml
2
3
+# Use distribution Ubuntu 18.04 Bionic
4
+dist: bionic
5
+
6
# Use C++ build environment.
7
language: cpp
8
@@ -80,6 +83,8 @@ script:
80
83
- echo "VERSION_PATCH = \"GitHub_MasterBranch\"" >> VERSION
81
84
- cd build
82
85
- cmake -D FILTER_PROTO2CPP_PY_PATH=${DEPS_DIR}/proto2cpp ..
86
+ - echo "EXCLUDE_PATTERNS = */osi3/*" >> Doxyfile
87
+ - echo "GENERATE_TREEVIEW = YES" >> Doxyfile
88
- doxygen
89
- cd ..
90
- python test_cases_doc.py
0 commit comments