Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
bc0c71eb
Commit
bc0c71eb
authored
Jul 19, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added test target and travis run
parent
5875da6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+2
-1
Makefile.in
Makefile.in
+3
-0
No files found.
.travis.yml
View file @
bc0c71eb
...
...
@@ -3,8 +3,9 @@ compiler:
-
gcc
before_install
:
-
sudo apt-get update -qq
-
sudo apt-get install -qq texlive texlive-extra-utils
-
sudo apt-get install -qq texlive texlive-extra-utils
xmllint perl
script
:
-
./configure --with-doxywizard
-
make
-
make docs
-
make test
Makefile.in
View file @
bc0c71eb
...
...
@@ -140,5 +140,8 @@ rpmbinary: dist
ctags
:
ctags
-R
-f
tags src addon/doxywizard qtools
test
:
FORCE
make
-C
testing
FORCE
:
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