Skip to content

Commit 76ef54e

Browse files
committed
Merge branch 'master' of github.com:gpujs/gpu.js
2 parents 861101a + 71972a4 commit 76ef54e

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: node_js
2+
sudo: false
3+
4+
node_js:
5+
- "0.10"
6+
7+
git:
8+
depth: 3
9+
10+
branches:
11+
only:
12+
- master
13+
- stable
14+
15+
addons:
16+
apt:
17+
sources:
18+
- naturaldocs
19+
- ant
20+
21+
script:
22+
- ant setup
23+
- ant build-docs

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<target name="build-docs">
2323
<mkdir dir="doc/html"/>
2424
<mkdir dir="doc/tmp"/>
25-
<exec executable="NaturalDocs">
25+
<exec executable="./doc/NaturalDocs/NaturalDocs">
2626
<arg value="-i"/>
2727
<arg value="./src"/>
2828
<arg value="-o"/>

0 commit comments

Comments
 (0)