Commit 99db0115 authored by Mouse's avatar Mouse

Experiment to pass Travis CI by rebuilding asn1p_l.c

parent 80035843
...@@ -24,6 +24,9 @@ before_install: ...@@ -24,6 +24,9 @@ before_install:
script: script:
- autoreconf -iv - autoreconf -iv
- ./configure $CONFIG_FLAGS - ./configure $CONFIG_FLAGS
- touch libasn1parser/*.h
- touch libasn1parser/*.l
- touch libasn1parser/*.y
- make $TASK - make $TASK
after_success: after_success:
- test "x$CC" = "xgcc" -o "x$CC" = "xclang" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info - test "x$CC" = "xgcc" -o "x$CC" = "xclang" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment