Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
6006d6b6
Unverified
Commit
6006d6b6
authored
Sep 25, 2019
by
Milo Yip
Committed by
GitHub
Sep 25, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1573 from esrrhs/master
fix travis build
parents
fcec7735
02d4ae83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
.travis.yml
.travis.yml
+1
-1
travis-doxygen.sh
travis-doxygen.sh
+13
-6
No files found.
.travis.yml
View file @
6006d6b6
...
...
@@ -20,7 +20,7 @@ env:
before_install
:
-
sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test
-
sudo apt-get update -qq
-
sudo apt-get install -y cmake valgrind g++-multilib libc6-dbg:i386
-
sudo apt-get install -y cmake valgrind g++-multilib libc6-dbg:i386
--allow-unauthenticated
matrix
:
include
:
...
...
travis-doxygen.sh
View file @
6006d6b6
...
...
@@ -4,9 +4,8 @@
set
-e
DOXYGEN_VER
=
doxygen-1.8.15
DOXYGEN_TAR
=
${
DOXYGEN_VER
}
.linux.bin.tar.gz
DOXYGEN_URL
=
"http://doxygen.nl/files/
${
DOXYGEN_TAR
}
"
DOXYGEN_VER
=
1_8_16
DOXYGEN_URL
=
"https://codeload.github.com/doxygen/doxygen/tar.gz/Release_
${
DOXYGEN_VER
}
"
:
${
GITHUB_REPO
:
=
"Tencent/rapidjson"
}
GITHUB_HOST
=
"github.com"
...
...
@@ -47,9 +46,17 @@ abort() {
# install doxygen binary distribution
doxygen_install
()
{
wget
-O
-
"
${
DOXYGEN_URL
}
"
|
\
tar
xz
-C
${
TMPDIR
-/tmp
}
${
DOXYGEN_VER
}
/bin/doxygen
export
PATH
=
"
${
TMPDIR
-/tmp
}
/
${
DOXYGEN_VER
}
/bin:
$PATH
"
cd
${
TMPDIR
-/tmp
}
curl
${
DOXYGEN_URL
}
-o
doxygen.tar.gz
tar
zxvf doxygen.tar.gz
mkdir
doxygen_build
cd
doxygen_build
cmake ../doxygen-Release_
${
DOXYGEN_VER
}
/
make
export
PATH
=
"
${
TMPDIR
-/tmp
}
/doxygen_build/bin:
$PATH
"
cd
../../
}
doxygen_run
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment