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
925998fd
Commit
925998fd
authored
Jul 07, 2014
by
Milo Yip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Again
parent
91b5607c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
.travis.yml
.travis.yml
+16
-6
No files found.
.travis.yml
View file @
925998fd
...
...
@@ -21,14 +21,24 @@ before_script:
-
cd "${TRAVIS_BUILD_DIR}"
script
:
-
make -C build/gmake -f test.make
-
make -C build/gmake -f example.make
-
cd bin
-
./unittest_${config_suffix}
#
- make -C build/gmake -f test.make
#
- make -C build/gmake -f example.make
#
- cd bin
#
- ./unittest_${config_suffix}
# - valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
# - ./perftest_${config_suffix}
after_success
:
-
cd "${TRAVIS_BUILD_DIR}"
-
sudo chmod +x build/travis_doxygen.sh
-
sudo build/travis_doxygen.sh
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then cd /tmp; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then git clone https://github.com/doxygen/doxygen.git; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then cd doxygen; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then ./configure; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then make; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then make distclean; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then git pull; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then ./configure; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then make; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then sudo make install; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then cd "${TRAVIS_BUILD_DIR}"; fi
-
if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then doxygen build/Doxyfile; fi
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