Skip to content

Commit 6336b2f

Browse files
committed
Make it...
1 parent 347d239 commit 6336b2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ compiler:
99

1010
install:
1111
- sudo apt-get update -qq
12-
- sudo apt-get install -y -qq cmake
12+
- sudo apt-get install -y -qq cmake libxerces-c-dev
1313

1414
script:
1515
- ls -alt
1616
- mkdir NeuroML_API_build
1717
- cd NeuroML_API_build
18+
- cmake ..
19+
- make
20+
- ls -alt

0 commit comments

Comments
 (0)