Skip to content

Commit

Permalink
Adding 64-bit to ANTLR build
Browse files Browse the repository at this point in the history
  • Loading branch information
miatauro-NASA committed Nov 9, 2016
1 parent 27f2998 commit 54d6574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
install:
- wget http://www.antlr3.org/download/C/libantlr3c-3.4.tar.gz -O /tmp/libantlr3c-3.4.tar.gz
- tar -zxf /tmp/libantlr3c-3.4.tar.gz
- pushd libantlr3c-3.4 && ./configure --prefix=/usr && make && sudo make install && popd
- pushd libantlr3c-3.4 && ./configure --prefix=/usr --enable-64bit && make && sudo make install && popd
script: mkdir build && cd build && cmake -DOPTIMIZE=$OPTIMIZE -DCOVERAGE=$COVERAGE .. && make -j2 && ctest
after_success:
- coveralls --gcov-options '\-lp'

0 comments on commit 54d6574

Please sign in to comment.